i am binding 50 records to grid, page size of grid is 10.
when i am on second or third page, and edit record on that page , opening new page for edit. After editing record i want to came back on same page. How can i persist it ? please help...
That's an interesting question. I would save the current page index in the Session on paging (PageIndexChanged event) and reset it when the item is updated (ItemUpdated event). You may need to rebind the Grid along with setting the new page index.