0
kicks
Persisting the scroll position of a div on ajax postbacks
By default the scroll position of div tags will be reset whenever you do a postback with AJAX. The following code can be used in you have an UpdatePanel containing a gridview in a fixed div tag and you need to enable Edit/Cancel and Update functionality of the gridview without resetting the scroll ...