ASP.Net - validating email address with regexp?

Posted by ElHaix on Stack Overflow See other posts from Stack Overflow or by ElHaix
Published on 2010-05-01T23:30:23Z Indexed on 2010/05/01 23:37 UTC
Read the original article Hit count: 190

Filed under:
|
|

When validating an email address with the regex validation component, an additional RequiredFieldValidator must be added to ensure there is a value present.

I've mostly taken care of this with a CustomFieldValidator, and taking care of this with Javascript.

Is there a better way of doing this?

© Stack Overflow or respective owner

Related posts about regex

Related posts about email-validation