Posted By:
enediel_gon
Posted On:
Thursday, April 24, 2008 03:22 PM
Hello:
I have a simple web application, similar to the example SinglePageCrudTable.
I declared a textbox with a custom validator consisting on a function.
If I define this textbox with the property required=true, I can debug the code for the validator, otherwise this code is not executed at all.
?How I solve the cases when a field is not required, but in the case the user type something on it I need to validate the information?
Thanks in advance for any answer.
Greetings
Enediel