JonnyPoet
December 17th, 2008, 02:54 PM
Hi Friends !
As I'm fairly new in any web programming I have some realy basic questions. So here is one. How to get a aspx page in position during postback.
Th eproblem is easy. My page is longer then one page of a screen so people scroll down while filling out a questionary. When they are at the end they have to click a button and to send the questionary. The postback delivera a Captcha which is to answer before the programm áccepts the data. This all works but when they click on the button and the postback is sent the page reloads at the top of the page, so people again need to scroll down to see the captcha.Also when the Captcha is to complex and they want another one, they get it by clicking but the page reloads to the top instead to the last position it has had.
i have seen on other pages that this can be done but how to do this ?
As I'm fairly new in any web programming I have some realy basic questions. So here is one. How to get a aspx page in position during postback.
Th eproblem is easy. My page is longer then one page of a screen so people scroll down while filling out a questionary. When they are at the end they have to click a button and to send the questionary. The postback delivera a Captcha which is to answer before the programm áccepts the data. This all works but when they click on the button and the postback is sent the page reloads at the top of the page, so people again need to scroll down to see the captcha.Also when the Captcha is to complex and they want another one, they get it by clicking but the page reloads to the top instead to the last position it has had.
i have seen on other pages that this can be done but how to do this ?