ASP.Net - Help

  • Thread starter Thread starter Abhishek
  • Start date Start date
A

Abhishek

I am having problem in using ASP.Net server side controls.

The user has to fill a form with has few server side
controls. The page is bit long and the user has to scroll
down and access few controls.

If the user scrolls down and access a server side control,
the page gets refreshed and does not scroll down to the
position of last view instead it stays in the top of the
page. The user has to scroll down to the position.

Is there any way by which the page be changed to the last
viewed position.

Thankyou.
 
Go to http://www.scottgu.com
Download the sample files from the BlackBelt WebForms TechEd 2003
presentation. He demonstrates how to restore scroll position after a
postback (using client-side javascript generated on the server).
 
Back
Top