Keeping the scroll position

  • Thread starter Thread starter Alberto
  • Start date Start date
A

Alberto

¿Can I retain the scroll position in a long page after a post back?

Thank you
 
Alberto said:
¿Can I retain the scroll position in a long page after a post back?

Thank you

You can set SmartNavigation="True" in the Page directive.
This will only work in IE5+.

Another solution that works in most browsers is to use this free control:
http://aspalliance.com/356
 
Hi,

You can use the SmartNavigation attribute, but it has the problem(s). First thing is it works only IE5+ i think. But sometimes on IE6 it just hangs up the browser and you are forced to close the window.

Regards,
Sangam
 

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