Can't find validator objects on the visual studio.net

  • Thread starter Thread starter jack
  • Start date Start date
J

jack

Hi all,

After create a component, I can't find any validator. I searched all
the properties. There was no such kind of property.

Does anyone here can help me out?

Thank you in advance
jack
 
Jack,

There is no validator property of each object.

Validators are their own seperate object and it's in the validator itself
that a property telling it which object to validate (i.e. a textbox). You
can find the validators in Visual Studio.Net's toolbox.

(If you aren't using Visual Studio.Net let me know and I'll give you some
code examples for each type of validator.)

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Back
Top