validator problem

  • Thread starter Thread starter ronaldo
  • Start date Start date
R

ronaldo

I have several input boxes and validatores(1 to mapping).
Would you tell me how can I know which input box's value is not valid?

thank you very much
 
ronaldo said:
I have several input boxes and validatores(1 to mapping).
Would you tell me how can I know which input box's value is not valid?

Look at the IsValid property of the validator to know which one failed (if
any).
 
Back
Top