How do I get the GridView Control to use post backs for paging inside an update panel?

Posted by Joe on Stack Overflow See other posts from Stack Overflow or by Joe
Published on 2008-12-09T15:14:25Z Indexed on 2010/03/15 2:49 UTC
Read the original article Hit count: 322

I have a GridView Control that for other functionality has to be inside an update panel. The site is using the Ajax Control Toolkit and the "EnableSortingAndPagingCallbacks" property on the Grid is set to false. However, when I execute a paging call it is still doing it as a callback instead of a postback. How do I fix this and get the paging calls to fire as a postback?

© Stack Overflow or respective owner

Related posts about ajaxcontroltoolkit

Related posts about ASP.NET