I have just implemented a RequiredFieldValidatior with ValidationSummary by setting a ValidationGroup.
It works fine, when I click the relevant button!
But the viewport changes and shifts at the top of the page and my validaiton result and the button etc stays at the very bottom of the page which is not nice.
Is there a way to prevent this and let the browser still be shopwing the same area after button click?
**Additional Note**: The validation fails on the client-side; so no post-back occurs. Basically, validation fails, and the viewport slides at the top of the page.
以上就是When the validation fails at the bottom, why the browser shows at the top of the page?的详细内容,更多请关注web前端其它相关文章!