Is there any validation control available in .net win forms like asp.net web form?
Because it difficult to right condition for each control in my from also there are
There is a project that developed a free validator just like the web forms one. You can find it here.
Or you can use MaskedTextBox controls or event driven validations as explained here.