Validate a form

  • Thread starter Thread starter nico193
  • Start date Start date
N

nico193

In a winform, before saving, I call the function
this.Validate() to make sure all controls contents are
good (verifications are made in the Validating event of
each control).

In some cases, the call to the validate() function returns
false. How can I know which control causes the validation
to fail ?

Thanks for help,

Nico
 
Back
Top