Restore scroll position of a DIV over postbacks

  • Thread starter Thread starter JezB
  • Start date Start date
JezB said:
There are a few references on the net about how to restore a page's scroll
position over a postback.
eg. http://www.devhood.com/messages/message_view-2.aspx?thread_id=104625

My question is : can the same thing be done to restore the scroll position
of a specific DIV within a page? I have a DIV section which scrolls
independently to the page - on each postback it is scrolling back to the
top.

Could someone tell me how?

You would have to create your own "SmartNavigation". But SmartNavigation has
known problems with ASP.NET, so maybe not.
 
Back
Top