Email Validation using ASP.NET
A valid email address should should satisfy the following conditions: • The email address must have @ character • Only one @ character should be entered • The email address must have .(dot) character • There must be atleast 2 characters between @ and .(dot) • Email id should have 4 digit number before the @ symbol