Wednesday, June 8, 2011

Maintain scrollback position ASP.NET

Two ways to do this:

1 ) MaintainScrollPositionOnPostback="true" at the page directive so that it works for that page only
2) in the web.config that way it works for all the pages in the website.

Peace :)

Bobby