asp.net 中的 requiredfieldvalidtor 阻止我返回?
当用户单击链接时,他会被发送到注册表单。在此表单中,我有某些需要填写的字段。因此我对它们使用必填字段验证器。
页面上还有一个后退按钮,以防用户不想注册。但是当你按返回时,它会说你需要填写这些字段,否则你不会返回。
关于如何解决这个问题有什么建议吗?
When a user clicks a link, he's sent to a register form. In this form I have certain fields that need to be filled in. So I use required field validator on them.
On the page there is also a Back button, incase the user doesn't want to register. But when you press back, it says you need to fill in the fields or you won't go back.
Any suggestions on how this can be resolved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将后退按钮上的 CausesValidation 属性设置为 false:
Set the CausesValidation property on the back button to false: