To maintain cursor position on every page, set following code in web.config file
<system.web>
<pages maintainScrollPositionOnPostBack="true"></pages>
</system.web>
Related posts
Comments
Add comment