What I need is to check if variable myEmail has a valid email address.
"Craig Deelsnyder" <cdeelsny@no_spam_4_meyahoo.com> wrote in message
news:cdeelsny@no_spam_4_meyahoo.com:
> On Mon, 09 May 2005 20:07:46 -0500, Scott Allen
> <scott@nospam.odetocode.com> wrote:
>
>
> > Hi Miguel:
> >
> > You can use a RegEx Validation control. Here is a walkthorugh to get
> > started with:
> >
http://support.microsoft.com/default.aspx?scid=kb;en-us;316662 > >
> > --
> > Scott
> >
http://www.OdeToCode.com/blogs/scott/ > >
> > On Mon, 9 May 2005 23:29:02 +0000, "Shapper"
> > <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote:
> >
>
> >> Hello,
> >>
> >> I have an aspx.vb code with a function.
> >> In this function I need to check if a variable is a valid email address.
> >>
> >> Something like: address@domain.extension
> >>
> >> How can I do this?
> >>
> >> Thanks,
> >> Miguel
> >>
>
> >
>
>
> Then when you're ready to write the regex, I highly suggest using
> regexlib.com, plenty to choose from depending on how particular you want
> to be:
>
>
http://regexlib.com/Search.aspx?k=email >
> --
> Craig Deelsnyder
> Microsoft MVP - ASP/ASP.NET