D
daveh551
I have a web page with an address entry form and some other things on
it. The form has field validators on several of the fields, and a
validation summary at the bottom. Because of the size of the form, on
a typical screen, you need to scroll to see the bottom of the form,
which is where the validation summary is. So when a user presses
submit, and gets a validation error, the screen redisplays, but it
redisplays from the top with (typically) the error messages below the
bottom, and the naive user is going to say "What the heck, why did it
bring me back here again".
I've tried unsuccessfully to have it redisplay with the screen
scrolled up so the bottom portion is in view. I'm sure this can be
done, probably relatively easily. Can someone give me some pointers on
how (aside from moving the validation summary to the top of the
screen!).
Thanks.
it. The form has field validators on several of the fields, and a
validation summary at the bottom. Because of the size of the form, on
a typical screen, you need to scroll to see the bottom of the form,
which is where the validation summary is. So when a user presses
submit, and gets a validation error, the screen redisplays, but it
redisplays from the top with (typically) the error messages below the
bottom, and the naive user is going to say "What the heck, why did it
bring me back here again".
I've tried unsuccessfully to have it redisplay with the screen
scrolled up so the bottom portion is in view. I'm sure this can be
done, probably relatively easily. Can someone give me some pointers on
how (aside from moving the validation summary to the top of the
screen!).
Thanks.