ASP.NET 验证:从客户端验证收集信息
我想实现 ajax 消息框,当客户端验证触发时,它将从页面上的验证器收集信息。 就像:我将一些文本字段留空,然后按提交按钮,适当的RequiredFieldValidators会显示消息。我希望我的消息框也显示这些消息。我正在寻找合适的方法来挂钩验证器 JS 事件或其他东西。
谢谢!
I'd like to implement ajax message box that will gather information from validators on a page when client-side validation fires.
Like: I have left some text fields blank then press submit button and appropriate RequiredFieldValidators show messages. I would like my message box shows those messages too. I am looking for appropriate way to hook on validators JS event or something.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这样的事情符合要求吗?
http://wiki.asp.net/page.aspx/308/validationsummary/
Would something like this fit the bill?
http://wiki.asp.net/page.aspx/308/validationsummary/
将 jQuery 与 ASP.NET CustomValidator 控件结合使用怎么样?
What about Using jQuery with the ASP.NET CustomValidator Control?