Scott Mitchell 的ASP.NET 2.0数据教程之二十四.分页和(2)
发布时间:2021-06-08
发布时间:2021-06-08
Scott Mitchell 的ASP.NET 2.0数据教程之二十四.分页和排序报表数据
下一步,让我们打开Default.aspx页面并且从UserControls中拖拽SectionLevelTutorialListing.ascx用户控件到设计界面。我们在母板页和站点导航教程中创建的这个用户控件遍历站点地图并且以符号列表形式把它们呈现出来。
图2:把SectionLevelTutorialListing.ascx用户控件加入Default.aspx
要让显示我们将要创建的分页和排序教程,我们需要把他们加入站点地图中。打开Web.sitemap文件并且把下列代码加在“编辑、插入和删除”siteMapNode标记之后:
XML
1 <siteMapNode title="Paging and Sorting" url="~/PagingAndSorting/Default.aspx"
2 description="Samples of Reports that Provide Paging and Sorting Capabilities">
3 <siteMapNode url="~/PagingAndSorting/SimplePagingSorting.aspx"