本文介绍了在Windows窗体C#中验证多个文本框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在Windows窗体中验证10个文本框,当我单击按钮时,所有文本框都应该有一个单独的错误消息。
如何使用errorprovider。请帮助...
I want to validate 10 Textbox in Windows form, When i click button there should be an individual error message for all the textbox which is empty.
How i can use the errorprovider for this. Please Help...
推荐答案
这篇关于在Windows窗体C#中验证多个文本框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!