常用aspnetpager的设置属性(以后好复制)

代码
   
     
<webdiyer:AspNetPager ID="anp1" runat="server"             
          CustomInfoHTML="共有%RecordCount%条记录,共%PageCount%页,当前为第%CurrentPageIndex%页"
          FirstPageText="第一页"                     LastPageText="尾页" NextPageText="下一页"
          onpagechanged="anp1_PageChanged"                     PrevPageText="上一页"
          ShowCustomInfoSection="Left" ShowPageIndexBox="Always" AlwaysShow="True"
        PageSize="10">

你可能感兴趣的:(PAGER)