How to do this across the entire site:
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:
<pagesmaintainScrollPositionOnPostBack="true" />