Hi,
Is it possible to use asp:RequiredFieldValidator and asp:RegularExpressionValidator for a single textbox.
Kind Regards, Geetha
|
|
Hi, Is it possible to use Kind Regards, Geetha
|
|||
|
|
yes. Just put them both on your page and set their controlToValidate to the same control |
||
|
|
|
|
Yes you can, just bind both to the same TextBox/whatever control you want to validate. |
||
|
|
asp:RequiredFieldValidatorunneccessary. – Anton Gogolev Oct 21 at 7:26