PDA

View Full Version : Email address validation in vb.net


tommyuk
08-05-2005, 05:53 AM
Hi,

I am new to .net although ok with vb6.

I am trying to validate email addresses by two ways.

Firstly I would like to use a simple function containing a reg exp to say boolean true or false but don't seem to be getting any joy with regular expressions.

Secondly I would like to try to use the aspnetmx code to validate the email address and have looked at the examples in the knowledge base and downloaded the evaluation but again I don't seem to be getting any joy.

Any help appreciated.

Thanks

Tom

tommyuk
08-06-2005, 08:40 AM
Got the regular expression working now, still after any help with the aspnetmx code for vb.net

bruce
08-07-2005, 06:03 AM
what is the problem? are you getting any errors?

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

tommyuk
08-16-2005, 07:38 AM
Getting on ok with rest of code, will revisit this when I have more knowledge!