A
apm
All or rather anyone:
I am developing web forms (.aspx pages) that accept inputs from the user at
the top of the page. Near the bottom is a submit button. Also near the
bottom is a text box where the result of a calculation is displayed.
The problem is that when the submit button is clicked at the bottom of the
page the top of the page is displayed after the server returns control to
the client. The user than has to scroll to the bottom of the page to see the
result.
Is there a way to return to the section of the page where the button is
clicked? How can the code remember the scroll state?
David
I am developing web forms (.aspx pages) that accept inputs from the user at
the top of the page. Near the bottom is a submit button. Also near the
bottom is a text box where the result of a calculation is displayed.
The problem is that when the submit button is clicked at the bottom of the
page the top of the page is displayed after the server returns control to
the client. The user than has to scroll to the bottom of the page to see the
result.
Is there a way to return to the section of the page where the button is
clicked? How can the code remember the scroll state?
David