|
-
Oct 27th, 2005, 12:37 PM
#1
Thread Starter
Hyperactive Member
Manually Check Email Address Validity
I am validating an online form, and naturally one of the fields to validate is an email address.
Does anybody have a function available that checks the validay of a string to be a valid email address?
Unfortunately I need a bit more flexibility than is provided by the RegularExpressionValidator object - unless I can somehow call it without hard binding it (if that makes sense).
I can see that the following is used by this control as the Email format:
\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
Any ideas?
Last edited by stingrae; Oct 27th, 2005 at 09:19 PM.
Reason: Resolved
"The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.
Windows & Web Developer
Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
Sutherland Shire, Sydney Australia
www.stingrae.com.au
Developer of Arnold - Gym & Martial Arts Database Management System
www.gymdatabase.com.au
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|