当必填字段验证器启用并显示错误消息时触发...?
我有 1 个下拉列表,其中包含 3 个项目,例如电子邮件、消息和电话。根据下拉列表的选择,我们显示的文本框其余所有文本框均不可见。 我们对这些文本框使用必填字段验证器(RFV1、RFV2),并且基于启用 RFV 的选择,我们面临着通过 javascript 函数启用 RFV 的问题,同时它本身也显示所有错误消息。
那么,如何防止在启用 RFV 时显示错误消息。
提前致谢。
I have 1 dropdown List and it contains 3 items like Email, Message and Phone. Based on selection of dropdown we are showing text boxes remaining all text boxes are in invisible.
We are using Requiredfield validator (RFV1,RFV2) for these textboxes and based on selection enableing RFV's here we are facing the problem enabling RFV's by javascript function at the same it selfs showing all the Error messages.
So, how to prevent error messages showing on Enable of RFV's.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用验证组。您可以使用 ValidationGroup,它允许特定按钮仅处理特定验证组标记的控件。
有关详细信息,请参阅此处
Try using Validation Group. You can use ValidationGroup which would allow specific buttons to handle specific validation group marked controls only.
See here for more information