开发者

How to apply fields validation in C#?

开发者 https://www.devze.com 2023-03-06 21:29 出处:网络
I am making desktop application. So, I have to apply checks on combo boxes and text fields. Is there 开发者_如何转开发any built in validation component in C#? If not then please tell me how to use v

I am making desktop application. So, I have to apply checks on combo boxes and text fields.

Is there 开发者_如何转开发any built in validation component in C#? If not then please tell me how to use validation in window application form with errors logo?

Regards Touseef


You can use ErrorProvider.


Refer to the following article:

Error Provider in C#

0

精彩评论

暂无评论...
验证码 换一张
取 消