Saturday, October 16, 2010

How to save scroll location after postback ?

There are two options for that - to implement it with javascript or server side.

The server side implementation is very simple, we will have to do a small change in the web.config file.

 





Be aware - more work on the server side, more memory being consumed. But this method is very quick to implement.

Good Luck.