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

posted @ 2011-12-01 17:04  安。  阅读(110)  评论(0)    收藏  举报