Top Solutions

How to validate email address in c# asp.net?

In this article I will explain how to validate email address with an example. Here I am using regular expression to validate the email address. You need to import System.Text.RegularExpressions for reference.