|
(SharePoint 2010)
SharePoint 2010 provides new control to render the Lists - XsltListViewWebPart, that replaces previous controls, such as ListForm, ListView, DataFormViewPart
The benefits of the XsltListViewWebPart are summarized in the following table
ListView
List Form
Data Form
XSLT List View
Rendering Technology
CAML
ASP.NET
XSLT
XSLT
Render Lists
+
+
+
Render Items
+
+
+
Aggregate Data
+
+
Render External Data
+
...
(SharePoint 2010)
SharePoint 2010 releases in variety of type, editions and licence versions. There are
2 versions: SharePoint Foundation (SPF) and SharePoint Server (SPS)
2 editions: Enterprise and Standard
2 modes: non Internet & for Internet
You can find more details in Comparison Matrix for Features and Web Parts in MHT format (need IE) or Excel format
SharePoint Server 2010 Enterprise CAL
For organizations looking to standardize on a complete, end-to-end business collaboration platform t...
(Practices)
Question:
>>I want to create a Forum using MOSS2007, matching the requirement like http://forums.asp.net. Is this Possible to get the same functionality in MOSS. >>If yes please guide me the direction I should start with.
Answer:
OOTB SharePoint forums doens't provide you desired functionality, but there are several Web Parts to extend the standard forums
SharePoint Forums - free, open source, single web part that provides a more feature rich discussion board for SharePo...
(Tips and Tricks)
SharePoint provides you a nice ASP.NET model of Web Parts functionality. But there are several issues in accessibility of these WebParts.
When we are building the internet faced public sites and trying to apply Web Content Accessibility Guidelines (WCAG) on Web Part Zones it come back and bite us. The major problem is that Web Part zone is not WCAG compliant.
There are several ways to achieve desired behavior
“Accessibility Kit for SharePoint”. It seems to be very logical st...
|