请问在AspNetPager中是否有某个属性或方法可以获取用户点击的是“首页”、“上一页”、“下一页”、“末页”的某项啊???
请指教,在线关注中........谢谢!!!

解决方案 »

  1.   

    不能获取,不知道楼主要获取这个做什么呢?=============================================
    AspNetPager免费分页控件:www.webdiyer.com
      

  2.   

    娃娃老师每天都几点就寝啊? webdiyer(陕北吴旗娃) ( ) 信誉:132    Blog  2007-1-11 "0:42:46"
      

  3.   

    路过
    ------------------------
    http://fenglin.xland.cn
    ------------------------
      

  4.   

    呵呵,不错的控件.我也用aspnetpager,感谢webdiyer(陕北吴旗娃)
      

  5.   

    看看这里
    http://community.csdn.net/Expert/topic/5313/5313744.xml?temp=.5531275
    比ASPNETPAGER简单简多了
      

  6.   

    <webdiyer:AspNetPager PageSize="5" ID="AspNetPager1" runat="server" HorizontalAlign="Center"
                    OnPageChanged="AspNetPager1_PageChanged" ShowCustomInfoSection="Right" Width="50%"
                    meta:resourceKey="AspNetPager1" Style="font-size: 14px" InputBoxStyle="width:19px"
                    CustomInfoHTML="当前页  <font color='red'><b>%CurrentPageIndex%</b></font> 总页数  %PageCount%  记录 %StartRecordIndex%-%EndRecordIndex%"
                    BorderColor="#FF8080" FirstPageText="首页" LastPageText="尾页" NextPageText="下一页"
                    NumericButtonType="Image" PrevPageText="上一页" NumericButtonCount="10" ShowNavigationToolTip="True"
                    SubmitButtonText="去" TextAfterInputBox="页" TextBeforeInputBox="转到">
                </webdiyer:AspNetPager>