Validaion
-
Hello, I have to introduce a validation hence user will enter only characters defined in the regular expression. I have to validate all the text box on every web form on an application. I think placing a custom or range validation server control against each control will not be a good idea as there are so many text boxes on each page. Could some one guide me what is the best approach for this.
Regards, Pavas
-
Hello, I have to introduce a validation hence user will enter only characters defined in the regular expression. I have to validate all the text box on every web form on an application. I think placing a custom or range validation server control against each control will not be a good idea as there are so many text boxes on each page. Could some one guide me what is the best approach for this.
Regards, Pavas
-
Placing validation controls is a good idea. Why do you think it isn't?
Ahsan Ullah Senior Software Engineer