| Author: anoj 07 Oct 2008 | Member Level: Silver | Rating: Points: 2 |
Find a similar solution below:
http://www.codeproject.com/KB/validation/Valid_Email_Addresses.aspx
|
| Author: amal 07 Oct 2008 | Member Level: Bronze | Rating: Points: 3 |
If u r using some database tostore the Email ids then check whether it is alreadey there select * from Mail where email="& TxtEmail.Text &" use reader and if Reader.Hasrows() the entered email already exists
|