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

 

<webdiyer:AspNetPager ID="AspNetPager1" runat="server" AlwaysShow="True"
            CustomInfoHTML="共 &lt;font color='red'&gt;&lt;b&gt;%RecordCount%&lt;/b&gt;&lt;/font&gt; 条 第 &lt;font color='red'&gt;&lt;b&gt;%currentPageIndex%&lt;/b&gt;&lt;/font&gt; 页,共 %PageCount% 页,每页 %PageSize% 条"
            FirstPageText="首页" Font-Names="宋体" HorizontalAlign="Center" LastPageText="尾页"
            NextPageText="下一页" OnPageChanged="AspNetPager1_PageChanged" PageSize="20"
            PrevPageText="上一页" ShowCustomInfoSection="Left" ShowPageIndexBox="Always"
            UrlPaging="True" Width="100%">
        </webdiyer:AspNetPager>

相关文章:

  • 2022-12-23
  • 2021-05-15
  • 2022-02-28
  • 2021-07-27
  • 2021-09-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-14
  • 2021-06-10
  • 2021-08-15
  • 2022-12-23
  • 2021-07-21
相关资源
相似解决方案