Scroll to top of page after ASP.Net Ajax Async-Postback without JQuery

Posted by Payton Byrd on Stack Overflow See other posts from Stack Overflow or by Payton Byrd
Published on 2010-05-20T15:02:45Z Indexed on 2010/05/20 15:10 UTC
Read the original article Hit count: 293

Filed under:
|

I need to scroll to the top of the page after an Async Postback in an update panel. I've tried a couple of methods, and while they all scroll to the top of the page, they all get "overriden" by ASP.Net Ajax which returns the page to where it was when the postback occurs. I have already set MaintainScrollPositionOnPostBack="false" in the Page directive.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-ajax