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
Although bbbwex's reply is correct, it actually took me a while to realize I need to place MaintainScrollPositionOnPostback="true" at both
Top of the ASPX page.
In IsPostBack
It works after I satisfy both condition.