ASP.NET分页:AspNetPager.dll
2012-06-03 15:51:34 来源:WEB开发网用于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主要代码:如图
Tags:ASP NET AspNetPager
编辑录入:爽爽 [复制链接] [打 印]- ››asp.net页面弄成伪静态页面
- ››Asp.net 中将汉字转换成拼音的方法
- ››ASP.NET及JS中的cookie基本用法
- ››ASP.NET获取MS SQL Server安装实例
- ››asp.net实现调用百度pai 在线翻译英文转中文
- ››ASP.NET页面选项进行提示判断
- ››Asp.net定时执行程序
- ››ASP.NET中利用DataList实现图片无缝滚动
- ››ASP.NET验证控件RequiredFieldValidator
- ››ASP.NET中使用System.Net.Mail发邮件
- ››ASP.NET中获取用户控件中控件的ID
- ››ASP.NET中FileBytes写成文件并存档
更多精彩
赞助商链接