Hi,
I am having a scenario as on grid paging need to display some custom values in a lable i.e. when I change grid page the value of a lable should get changed. But as Ajax asynchronous post back is used for paging even if I write lable value change code inside page index changed event it will not get reflected. To work that I used updatepanel. I kept that lable inside updatepanel and called Update() method of panel inside page index chagned method of grid. But still the lable value is not getting changed.
Can you please provide me a link where I can see an example in which on page index changed of a grid some other panel control values getting changed?
Thanks,
Avi
I am having a scenario as on grid paging need to display some custom values in a lable i.e. when I change grid page the value of a lable should get changed. But as Ajax asynchronous post back is used for paging even if I write lable value change code inside page index changed event it will not get reflected. To work that I used updatepanel. I kept that lable inside updatepanel and called Update() method of panel inside page index chagned method of grid. But still the lable value is not getting changed.
Can you please provide me a link where I can see an example in which on page index changed of a grid some other panel control values getting changed?
Thanks,
Avi