Hi Friends,
I have found a strange problem related to UltraWebGrid paging.
If WebGrid is bound inside Page Load event it works fine but in case of Page Init it does not work..
It always comes to first page.
Any Guess ???
Thanks,
Raju
I don't know why this is happening, but it's not surprising.
The Page_Init event fires before the page is ready to do a lot of things.
Why don't you want to do it in Page_Load?