I'm using a form which ask for email address. I used regular expression for it as
.*@.*\..*
But it is not working fine for some of my test email id like
dsrasdf@@@[email protected]
Any one provide me regular expression for the email validation in asp.net or can i use any other method for it.
Please give your suggestions.