Cien S

Cien S

  • NA
  • 19
  • 0

Validator for EmailID

Mar 25 2010 8:11 AM
Hi,

I am using RegularExpressionValidator to validate EmailID where ValidateExpresion  is::

\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*

Actually i want to validate EmailID that can also contain spaces.

example::

<    [email protected]    >,<[email protected]>,<  [email protected]>
I want to validate all of the above Email IDs as Valid.

Please help me

Thanks in advance




Answers (1)