Tag: maintain scroll of gridview
M

Maintain scroll position on postback for gridview or div
Problem Statement: There can be scenarios wherein your end users would appreciate to see the screen intact even after postback. In ASP .Net we use the MaintainScrollOnPostback property for the page to handle the page's scroll position. But this will not handle the case when you have gridviews wrapped in divs and having a scroll ...