Regular expression validator
hey all,
I am using the Regular Expression Validator to validate a couple of textboxes
The problem is: i want the people to know whats is wrong in the text they wrote... i know that the Regular Expression Validator has a message when the expression is not valid. but i dont have any space to put 15 messages as i have a lot of textboxes
Is there an event that occurs when the expression is validated? Because i want to use it so i can show a message in a label or a messagebox
thanks in advance
/PT
|