WEB开发网
开发学院WEB开发ASP.NET ASP.NET分页:AspNetPager.dll 阅读

ASP.NET分页:AspNetPager.dll

 2012-06-03 15:51:34 来源:WEB开发网   
核心提示: 用于ASP.NET Web应用程序中对数据进行分页的的服务器控件,把AspNetPager.dll添加到项目,ASP.NET分页:AspNetPager.dll,添加引用1.命名空间<%@ Register Assembly="AspNetPager" Namespace="Wuq

 用于ASP.NET Web应用程序中对数据进行分页的的服务器控件。

把AspNetPager.dll添加到项目,添加引用

1.命名空间

<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>

2.前台代码:

<webdiyer:AspNetPager ID="pagelist" runat="server" AlwaysShow="true" EnableTheming="False"
         centercurrentpagebutton="True" CustomInfoHTML="共%PageCount%页,当前为第%CurrentPageIndex%页,每页%PageSize%条"
         FirstPageText="首页" LastPageText="尾页" NextPageText="下一页" PageIndexBoxType="TextBox"
         PrevPageText="上一页" ShowBoxThreshold="20" ShowCustomInfoSection="Left" ShowPageIndexBox="Always"
         SubmitButtonText="Go" TextAfterPageIndexBox="页" TextBeforePageIndexBox="转到" UrlPaging="True"
         OnPageChanged="pagelist_PageChanged" CssClass="paginator" CurrentPageButtonClass="cpb">
</webdiyer:AspNetPager>

3.后台cs主要代码:如图

 

1 2  下一页

Tags:ASP NET AspNetPager

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接