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.
postback
I\'ve tried using maintainSc
maintainSc
Make sure, that you do not set default button in . Remove defaultbutton="YourDefaultButton" and MaintainScrollPositionOnPostback="true" will work.
defaultbutton="YourDefaultButton"
MaintainScrollPositionOnPostback="true"