企业库 5.0 - 验证 - 刷新
我正在使用 Enterprise Library 5.0 的验证应用程序块 (VAB)。 一切正常,我收到了适当的消息,但是当我导航到选项卡控件中的另一个选项卡并导航回来时,验证消息全部消失,并且在我将值再次更改为无效之前不会重新出现。
该应用程序是一个 WPF 应用程序,我使用标准 VAB 库与该应用程序集成。
如何告诉 UI 重新评估所有验证并显示错误?
I am using the Validation Application Block (VAB) of the Enterprise Library 5.0.
All is working well and I get the appropriate messages, but when I navigate to another tab in the tab control and navigate back the validation messages have all disappeared and don't reappear until I change a value to be invalid again.
The application is a WPF application and I am using standard VAB libraries to integrate with the application.
How can I tell the UI to re-evaluate all validation and display the errors?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须验证选项卡/控件,请检查此线程 。
You have to validate the Tab/Controls, check this Thread.