标签:
接上回:
<webdiyer:aspnetpager id="AspNetPager" runat="server" OnPageChanging="AspNetPager_PageChanging" onpagechanged="AspNetPager_PageChanged" CurrentPageButtonPosition="center" Width="700" HorizontalAlign="left" AlwaysShowFirstLastPageNumber="true" PagingButtonSpacing="10" FirstPageText="首页"LastPageText="尾页" NextPageText="下一页" PrevPageText="上一页"> </webdiyer:aspnetpager>
这次来说说其他的参数:
showcustominfosection="Left" CustomInfoHTML="第%CurrentPageIndex%页,共%PageCount%页,第页显示%PageSize%条"
这里是文本参数:showcustominfosection定义了文本参数的对其方式,后面的额,直接看效果图吧。
如上图所示:使用CustomInfoHTML让分页控件中多了弟X页、共X页、显示第X页。
最后:是触发函数的撰写,我这里就不写入博客了~
标签:
原文地址:http://www.cnblogs.com/QQ544952425/p/4626838.html