zoukankan      html  css  js  c++  java
  • 翻页控件asppage

    <%@ 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>

  • 相关阅读:
    7、python数据类型之集合set
    python基本数据类型练习
    matplotlib
    numpy常用函数
    pillow包
    keras-tensorflow版本对应
    python-激活和切换运行环境
    端口监控
    numpy
    低风险创业笔记
  • 原文地址:https://www.cnblogs.com/weiwin/p/2717933.html
Copyright © 2011-2022 走看看