Re-Using RegularExpressionValidator for multiple Controls
Hello:
I created a RegularExpressionValidator to validate phone numbers on my ContactUs form.
I can use the ControlToValidate="" property to specify a single control to apply the phone number validation to. Is it possible to apply the same RegularExpressionValidator to multiple phone number text box controls on this form so that I can avoid re-duplicating code?
Thanks.
Tulsi
|