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

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -