I have a gridview inside update panel. I use paging on gridview as it has several rows. The imagebutton on the gridview row cause a postback by _RowCommand. Everything is working fine.
The problem is, after postback, gridview appears with the very first pageindex. How can i preserve current pageindex before ImageButtonclick.
For UpdatePanel and Gridview, I set EnableViewState as True