Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How to check whether Email Id Exists or not in asp.net??
Posted
Comments
Sandeep Mewara 22-Sep-12 1:43am    
EmailID in Database already exists or Email id is a valid one or not?
cunny 24-Sep-12 0:42am    
Yeah...
V need to check whether email id is a valid one or not?

The only way to do that is by sending an e-mail and having the user click a link to validate the address is real, and theirs.

Since this a very common thing to do, there a some good articles about it. This was the top hit for me on Google: http://ctrlf5.net/?p=55[^]

Hope this helps :-)
 
Share this answer
 
Comments
Adarsh chauhan 29-Aug-13 4:45am    
nice link.... +5
What is your scene, hard to Guess.

If you want to check the Email ID user entered is Valid (means exists) or not.

I know the Great way to do so.

Send mail to ID and wait for Bounce Mail. If you Receive any Bounce Mail from Server then it does not Exist, otherwise It Exists.

lol...

If you want to check in your Database, whether this email id has registered earlier or not. This is also simple, check at the time of Registering.

If other is your case, please tell us...

If you want to Check the User entered Valid Email Id or Not. Answer 1 is posted above.
 
Share this answer
 
v2
Comments
cunny 24-Sep-12 0:49am    
Yeah... V need to check whether email id is a valid one or not?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900