Wednesday, April 20, 2011

Scroll Position on Postback

Simple problems may have simple solutions.

The problem:
Postback in ASP.NET results in page refresh without respecting the scroll position.

The solution:
Page directive "MaintainScrollPositionOnPostBack" to true.

That's all.

No comments:

Post a Comment