Validation of Dynamic controls

kunal.kb

Member
Joined
Sep 8, 2005
Messages
21
Programming Experience
Beginner
i am creating some text boxes dynamically.....
now i want to validate them for "blank,not a number" tell me how to do....
can any one help ?
 
I beleive, you need to take some reading about the addhandler and removehandler statements, or look up a simple example or tutorial on google. that is you best bet.

Btw, these statements will take care of calling the add and remove methods with the proper values. For example you can make a Sub that would check/validate textBox control and just add its handler to all textBox controls (i.e. on load).

HTH
Regards ;)
 
Back
Top