Hi,
I have a few permitted Domain Name List,
List of domain names:
@abc123.com
@in.fsind.com
@test123.in
While clients entering email addresses in the textbox, it should be validated and allowed email addresses with the above domain names are only
For ex.
Accepted email address
pandi@abc123.com
bull.boopathi@test123.in
How do I validate by using JQuery or VB Code Behind?
Thanks in advance.
