路-在继续

MicroCode
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

AspNetPager

Posted on 2010-10-16 12:59  路-在继续  阅读(321)  评论(0编辑  收藏  举报

  一款分页控件,当一个页面上同时有两个或更多 AspNetPager 分页控件为相同的数据控件实现分页时,可以只设置一个 AspNetPager 的相关属性及事件处理程序,其它 AspNetPager 控件可以将 CloneFrom 属性指向该控件,自动克隆该控件的属性及事件处理程序而无需重复设置属性及编写事件处理程序

 

<webdiyer:AspNetPager ID="AspNetPager1" runat="server" ShowPageIndex="true" ShowPageIndexBox="always"
                PageIndexBoxType="dropDownList" TextBeforePageIndexBox="翻页" OnPageChanged="AspNetPager1_PageChanged"
                ShowCustomInfoSection="left" Width="100%" CustomInfoHTML="页次:%CurrentPageIndex%/%PageCount%页      每页:%PageSize%条    共:%RecordCount%条记录">
 </webdiyer:AspNetPager>