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>

  • 相关阅读:
    59
    58
    57
    56
    55
    54
    53
    转 Using $.ajaxPrefilter() To Configure AJAX Requests In jQuery 1.5
    jquery用正则表达式验证密码强度
    什么是高内聚、低耦合?(转载)
  • 原文地址:https://www.cnblogs.com/weiwin/p/2717933.html
Copyright © 2011-2022 走看看