Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,
I want Check availabity using Custom validation control and format
can u guide or send any snippets
Posted
Comments
Richard MacCutchan 28-Jun-12 10:26am    
What do you mean by check availability?
Sandeep Mewara 28-Jun-12 11:29am    
Why similar things, kinda repost? http://www.codeproject.com/Questions/412326/How-to-Check-availibility-for-mobile-10-digit-numb

I have not work with such things yet. But this link might be helpful for you.
 
Share this answer
 
If you mean "validate" instead of available you can do it with Reg Ex.

Here is a source on how to do it.

Reg Ex Email validity[^]

If you really mean availability that seems odd. If there were a simple way everyone would be spammed upon every email they ever generate.

Fortunately there is 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