I have many fields on the page that requires users to scroll the page upward/downward, and I have validation on every field, I am displaying errors on button click but is there a way that I can set the scroll position to the position at that field which requires validation on the page, so user knows that there are some errors?
I am using ASP.Net, and VB.Net
Edit 01 : I am using client side validation using ‘RequiredFieldValidator’ in aspx.
you can use SetFocusOnError = True of validator..