Scott Mitchell 的ASP.NET 2.0数据教程之二十四.分页和排序报表数据
4 title="Simple Paging & Sorting Examples"
5 description="Examines how to add simple paging and sorting support." />
6 <siteMapNode url="~/PagingAndSorting/EfficientPaging.aspx"
7 title="Efficiently Paging Through Large Result Sets"
8 description="Learn how to efficiently page through large result sets." />
9 <siteMapNode url="~/PagingAndSorting/SortParameter.aspx"
10 title="Sorting Data at the BLL or DAL"
11 description="Illustrates how to perform sorting logic in the Business Logic
12 Layer or Data Access Layer." />
13 <siteMapNode url="~/PagingAndSorting/CustomSortingUI.aspx"
14 title="Customizing the Sorting User Interface"
15 description="Learn how to customize and improve the sorting user interface." />
16 </siteMapNode>