Re: Regular Expression
- From: "Øyvind Isaksen" <oyvind@xxxxxxxxxx>
- Date: Thu, 26 Jan 2006 12:14:46 +0100
Thanks for your tips, now I know how to do it :)
Best regards,
Isaksen
"David Veeneman" <davidv@xxxxxxxxxx> wrote in message
news:eRJ46rgIGHA.3120@xxxxxxxxxxxxxxxxxxxxxxx
> You shouldn't have to use a regular expression to get the length of the
> password. The easiest way to get it is to put the password in a string (or
> read the text property of a text box) and get its length, like this.
>
> int passwordLength = textBoxPassword.Text.Length
>
> Hope that helps.
>
> --
> David Veeneman
> Foresight Systems
>
>
>
>
.
- References:
- Regular Expression
- From: Øyvind Isaksen
- Re: Regular Expression
- From: Fao, Sean
- Re: Regular Expression
- From: Øyvind Isaksen
- Re: Regular Expression
- From: David Veeneman
- Regular Expression
- Prev by Date: Re: Newbie: Error in aspx file ?
- Next by Date: Autopostback and Smartnavigation works fine, but not for me
- Previous by thread: Re: Regular Expression
- Next by thread: Re: Regular Expression
- Index(es):
Relevant Pages
|