Showing posts with label framework. Show all posts
Showing posts with label framework. Show all posts

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.