Sometimes we need
to maintain the div scroll position on page postbacks. Here is how you can do it
using JavaScript and Cookies.
Here I am simple
using the cookie for store the current scroll position of div before postback
and then set the div scroll position by reading the cookie which I nave stored
in browser on page postback.