AspNetPager最基本的设置
<webdiyer:AspNetPager ID="AspNetPager1" runat="server" OnPageChanged="AspNetPager1_PageChanged" FirstPageText="首页" LastPageText="尾页" NextPageText="下一页" PrevPageText="上一页" CustomInfoHTML="第%CurrentPageIndex%页,共%PageCount%页,每页%PageSize%条" ShowCustomInfoSection="Left" SubmitButtonText="Go" PageIndexBoxType="DropDownList" ShowPageIndexBox="Always" TextAfterPageIndexBox="页" TextBeforePageIndexBox="转到" PageSize="12" Width="95%" CustomInfoSectionWidth="50%" > </webdiyer:AspNetPager>s

浙公网安备 33010602011771号