Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Simple Email Validation Code needed

I need a very simple code to check that the email address entered in txtemail.text is an valid email address..
Thanks
[127 byte] By [khandu] at [2007-11-11 10:03:57]
# 1 Re: Simple Email Validation Code needed
http://www.google.com/search?q=vb+validate+e-mail+address
Phil Weber at 2007-11-11 17:23:18 >
# 2 Re: Simple Email Validation Code needed
email adress is in the format xxx@xxx.xxx use InStr() for searching for "@' and "." and be sure that the "." come after the "@" ...
simple ?
Amahdy at 2007-11-11 17:24:18 >