asp.net-mvcmaintainscrollpositionon

maintainScrollPositionOnPostBack in ASP.NET MVC


How do I maintain the scroll position on a postback in ASP.NET MVC? The directive maintainScrollPositionOnPostBack on the page and in the web.Config does not seem to apply.


Solution

  • There are no longer PostBacks in ASP.NET MVC. There's a nice jquery scrollsaver plugin which is worth checking out.