check for empty textbox in email validation

X

Xendor

Hi,
i am a noobie in asp.net and i have the following problem. I use an
Form with a textbox to enter a mail-adress. In this textbox a valid
email-adress should be entered. But when i leave the textbox blank,
the regularexpressionvalidator doesn't bring up an error. How can i
combine a requiredfieldvalidator and a regularexpressionvalidator?
 
S

Shiva

Hi,
Use both the validators and set their ControlToValidate property to the same
text box id.

<msdn>
All validation controls, except the RequiredFieldValidator control, will
pass validation if the input control specified by the ControlToValidate
property contains no text.
</msdn>

Hi,
i am a noobie in asp.net and i have the following problem. I use an
Form with a textbox to enter a mail-adress. In this textbox a valid
email-adress should be entered. But when i leave the textbox blank,
the regularexpressionvalidator doesn't bring up an error. How can i
combine a requiredfieldvalidator and a regularexpressionvalidator?
 
X

Xendor

Shiva said:
Hi,
Use both the validators and set their ControlToValidate property to the same
text box id.

<msdn>
All validation controls, except the RequiredFieldValidator control, will
pass validation if the input control specified by the ControlToValidate
property contains no text.
</msdn>

Hi,
i am a noobie in asp.net and i have the following problem. I use an
Form with a textbox to enter a mail-adress. In this textbox a valid
email-adress should be entered. But when i leave the textbox blank,
the regularexpressionvalidator doesn't bring up an error. How can i
combine a requiredfieldvalidator and a regularexpressionvalidator?

Thank you very much, works perfect.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,263
Messages
2,571,062
Members
48,769
Latest member
Clifft

Latest Threads

Top