9 times outta 10 I try to keep my web forms on one page to avoid this problem, but this time I'm unable to do it.
I have a form with a lot of drop down lists that will be changed, covering about 50-60 rows of data.
I'm trying to code in something that adds a bookmark (<A name='uid'/>) and jump to this bookmark upon a postback so that the users response isn't making the page go to the top of the screen and then them having to scroll all the way down.
Does anyone know of either:
a) A better way of 'jumping' to the last control that was changed,
b) Jumping to bookmarks upon a postback.
I have a form with a lot of drop down lists that will be changed, covering about 50-60 rows of data.
I'm trying to code in something that adds a bookmark (<A name='uid'/>) and jump to this bookmark upon a postback so that the users response isn't making the page go to the top of the screen and then them having to scroll all the way down.
Does anyone know of either:
a) A better way of 'jumping' to the last control that was changed,
b) Jumping to bookmarks upon a postback.