Try MaintainScrollPositionOnPostback in one of these 3 ways
- Programmatically - Page.MaintainScrollPositionOnPostBack = true;
- Page declaration - <%@ Page MaintainScrollPositionOnPostback="true" %>
- In the web.config -
You may also need to add this javascript after the scriptmanager declaration: