开发者

Datapager page change event

开发者 https://www.devze.com 2023-02-01 05:52 出处:网络
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 a

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消