3

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.

Keith Adler
  • 20,880
  • 28
  • 119
  • 189

2 Answers2

3

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

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928
0

Not PostBack-related, but this answer helped me maintain scroll position after form was submitted:
How do I maintain scroll position in MVC?

Community
  • 1
  • 1
Kon
  • 27,113
  • 11
  • 60
  • 86