<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<webdiyer:AspNetPager ID="AspNetPager1" runat="server" AlwaysShow="True"
CustomInfoHTML="共 <font color='red'><b>%RecordCount%</b></font> 条 第 <font color='red'><b>%currentPageIndex%</b></font> 页,共 %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>