When a user clicks a button in my application that causes validation errors, is there a way for the page to scroll to the location of the validation summary if there are errors? I need to do this for both cases:
- Client validation prevents page submission
- Server check re-displays the web page
Is there an easy way to do this in MVC?
source share