Hi I just host my site with DiscountService.com.au
I need to validate two different domain email addresses using Regular Expression.
we have two domains e.g mydomain.com and newdomain.com.au
For single domain it is working as:
[RegularExpression(@"^[a-zA-Z0-9._%+-]+(@mydomain\.com)$", ErrorMessage = "Registration limited to mydomain")]
How can I add both of the domains, can anyone assist?
Loading
Dipankar BiswasPosted May 8, 2015, 12:46 AM
see this link to help...http://stackoverflow.com/questions/936870/best-regular-expression-for-email-format-validation-with-asp-net-3-5-validation
Pramod GehlotPosted May 8, 2015, 12:44 AM
Please fallow this link
http://www.codeproject.com/Articles/93804/Using-Regular-Expressions-in-C-NET