by pietman
19. April 2010 16:04
either in you web.config file you can add the following entry:
<system.web>
<pages theme="standard" maintainScrollPositionOnPostBack="true">
</system.web>
or for any page you can set the page directive as follow:
<%@ Page MaintainScrollPositionOnPostback="true" ....