当必填字段验证器启用并显示错误消息时触发...?

发布于 2024-11-03 21:53:48 字数 210 浏览 4 评论 0原文

我有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眸中客 2024-11-10 21:53:48

尝试使用验证组。您可以使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文