Keep Scroll Position After Postback.

  • Thread starter Thread starter parm
  • Start date Start date
P

parm

I have a <div> with Overflow = Auto and within it
have several controls that can cause postback. The problem
is that after every postback, the <div> would scroll back top.
Is there a way that the <div> could retain its scroll
position after postback?
 
Back
Top