翻页控件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>

posted @ 2012-10-10 10:47  树形图  阅读(240)  评论(0编辑  收藏  举报