本文介绍了ASPnetPagerV2_8用于gridview自定义分页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
0 Points
4 Posts
ASPnetPagerV2_8 for gridview custom paging
53 minutes ago|LINK
Hi,
Any one worked on ASPnetPagerV2_8 control for gridview custom paging..
every thing is working fine with this control , problem is that even i use the Ajax update panel
page is still getting post back on pager click.
..How to make this control workable inside update panel with out page refresh
Please help Me
<%@ Register assembly="ASPnetPagerV2_8" namespace="ASPnetControls" tagprefix="cc11" %>
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional" RenderMode="Inline" >
<ContentTemplate>
<cc11:PagerV2_8 ID="gridPaging" runat="server" GenerateFirstLastSection="True" enerateGoToSection="False" MaxSmartShortCutCount="5" oncommand="gridPaging_Command" PageSize="25" GenerateHiddenHyperlinks="False"GeneratePagerInfoSection="False" GenerateSmartShortCuts="True"GenerateToolTips="True" SmartShortCutThreshold="20" />
</ContentTemplate> </asp:UpdatePanel>
Thanks
推荐答案
这篇关于ASPnetPagerV2_8用于gridview自定义分页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!