How can I get back to the same position of a page on postback
. It always seems to get to the top of the page.
I\'ve tried using maintainSc
There are a few ways I have used to set maintainScrollPositionOnPostBack. Have you tried more than one? Can you describe what is triggering the postback and which browsers you have tested? Are you using a master page?
Page.MaintainScrollPositionOnPostBack = true;
in the code behind on page load.<%@ Page MaintainScrollPositionOnPostback="true" %>