for TextBox,Buttons,lebels etc
WinDowsForms Validations
validation controls in windows form by using c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Jul 3, 2013, 3:23 AM
Iftikar
Remember to click "Mark as Answer" on the post, if it helps you.
Kunal VaishyaPosted Jul 3, 2013, 2:40 AM
Sanjeeb LenkaPosted Jul 3, 2013, 2:36 AM
http://www.codeproject.com/Articles/13922/Validate-user-input-in-Windows-Forms
Iftikar HussainPosted Jul 3, 2013, 2:30 AM
There is no validation control for Windows control. You need to do it manually in your Form1.cs
Let me know if you need more help.
Regards,
Iftikar