asp.net - Stopping AutoPostBack from going back to the top of the page -
So, like the title states, I want to stop the autopost by sending the user back to the top of the page. I want to know that this is possible.
Anyway: I know about AJAX update panels, but it's a lot of trouble. I want to keep things simple.
you MaintainScrollPositionOnPostback = "true" under
& lt;% @ Page Maintenance ScrollPositionOnPostback = "true" ...% & gt;
Comments
Post a Comment