I have a view where the contact form is at the bottom of the page, with validation via DataAnnotations. When I click the send button, the controller checks the ModelState, if it is not valid, it returns to the view with the validation messages. Home However, it returns at the top of the page (view) and as the form of contact is at the bottom of the page, you would have to scroll to the contact to see the messages. In the case, I'm using the scrollspy of the bootstrap and I'd like to know if I have to return the view exactly in the contact div to return directly to the error messages.