Sorting, Paging and Callbacks in GridView and DetailsView

I found nice property "EnableSortingAndPagingCallbacks ".

GridView and DetailsView support a special mode for paging and sorting that takes advantage of client-side callbacks to the server to obtain data for the new page or newly sorted data. To enable this feature, set the EnableSortingAndPagingCallbacks property to true.

2 Comments

  • Please give me complete handling of Sorting, Paging and Callbacks in GridView and DetailsView

  • I am developing webapplication. My total pages are not getting postback. Only the sorting of the gridview is creating postback..
    I want to resolve this also. Can u send me the code for Clientside sorting in gridview

Comments have been disabled for this content.