If you would like to apply this behavior to your entire site simply modify the <pages /> entry of your <system.web /> section in your web.config file like so:
<pages maintainScrollPositionOnPostBack="true" />
If you would like to apply this behavior to your entire site simply modify the <pages /> entry of your <system.web /> section in your web.config file like so:
<pages maintainScrollPositionOnPostBack="true" />