突出显示提交控件

发布于 2024-10-12 05:14:48 字数 48 浏览 2 评论 0原文

有没有办法改变在.net中提交表单后未通过验证的控件的颜色?

谢谢

is there a way to change the color of the controls that didn't pass validation after submitting a form in .net?

thanks

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

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

发布评论

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

评论(1

山有枢 2024-10-19 05:14:48

所有控件都有一个 BackColor 属性可用于更改背景颜色。

编辑
看来您的问题实际上更多是关于如何执行表单验证。您应该仔细阅读 CausesValidaion 上的示例 属性并了解如何在订阅按钮的 Click 事件的方法中使用验证器。

All controls have a BackColor property that can be used to change the background color.

EDIT:
It seems you question is actually more about how to perform validation of your form. You should read through the examples on the CausesValidaion property and see how Validators are used in a method that subscribes to the button's Click event.

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