how to keep position of scrollbar

  • Thread starter Thread starter Green
  • Start date Start date
G

Green

hi,
I had a listbox web control, i want to keep the scrollbar position after
postback. Is any way to do that?

Thanks very much.
 
Without writing any code, set the form SmartNavigation = True.

this is the easiest way, but SmartNavigation is somehow very buggy. If you
see any problem after use SmartNavigation, then you need to try this :

http://aspalliance.com/356



HTH,
Tee
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top