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 | + | + | ||
| Browser Editing | + | + | + | |
| SPD Editing | + | + | ||
| Parameterizable | + | + | ||
| Conditional Formatting | + | + | ||
| Performane | + | + | + |
| Next > |
|---|
















