如何使用 Ado.net 进行 wpf 数据验证
我如何将数据验证机制与 ado.net 数据表或数据集一起使用。 我有一个输入表单,我将其绑定到数据表。现在我想做输入验证,我该怎么做。我尝试过使用validationRules,但我无法将参数绑定到它。我尝试使用idataerrorinfo,但无法得到线索。可以有人提供一些意见..?
How can i use data validation mechanisms with ado.net datatable or datasets.
I have an input form which i am binding to a datatable.Now i want to do input validation how can i do that.I have tried using validationRules but i cant bind parameters to it.I tried using idataerrorinfo but cant get a clue.can someone provide some input..?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下内容可能会有所帮助:
在 WPF 中显示数据验证消息 - 作者:Beth Massi
她在其中提到了以下内容:
Here is something that can be helpful:
Displaying Data Validation Messages in WPF - By Beth Massi
She mentions in there the following: