Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在页面上有很多字段需要用户向上/向下滚动页面,并且我对每个字段都有验证,我在按钮单击时显示错误但是有没有办法可以将滚动位置设置为那个位置需要在页面上验证的字段,以便用户知道有一些错误?
我正在使用 ASP.Net 和 VB.Net
编辑 01:我在 aspx 中使用“RequiredFieldValidator”进行客户端验证。
您可以使用验证器的 SetFocusOnError = True ..