Email address validation in vb.net

Discussion in 'Visual Studio' started by tommyuk, Aug 5, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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
     
  2. Got the regular expression working now, still after any help with the aspnetmx code for vb.net
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    what is the problem? are you getting any errors?

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. Getting on ok with rest of code, will revisit this when I have more knowledge!
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page