asp.net 日历控件触发验证控件

发布于 2024-09-02 07:04:21 字数 95 浏览 2 评论 0原文

我的 asp.net 页面上有一组验证控件,用于验证文本字段中的值。我在同一页面上还有一个日历控件。当我单击日历图像时,会弹出验证控制消息框。单击日历图标时如何避免出现该情况?

I have a set of validation controls on my asp.net page, to validate values in textfields. I also have a calendar control on the same page. When I click on the calendar image, the validation control message box pops up. How can I avoid that from appearing when the calendar icon is clicked?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

孤单情人 2024-09-09 07:04:26

您可以使用验证组,或者如果您不希望它触发验证集 CausesValidation = false

You can either use validation groups or if you don't want it to ever trigger validation set CausesValidation = false

剧终人散尽 2024-09-09 07:04:25

也许尝试将日历控件放入与其他控件不同的 ValidationGroup 中。

如果它不在验证组中并且其他控件也不在验证组中,请尝试为其他控件设置验证组。

Perhaps try to put the calendar control into a different ValidationGroup than the other controls.

If it is not in a validation group and the other controls aren't either, try to set a validation group for the other controls.

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