Datapager page change event
Currently I need to call a method when the user changes the page number of a datapager and moves from one page to another.Can any one one tell me is there any datapager page change event or any work around for thi开发者_开发百科s? Thanks in advance.
You might have to subscribe to the page change event of the control the datapager is doing the paging for. An instance would be if you are using a gridview then you can subscribe to the gridview PageIndexChanged event and put your method call there.
精彩评论