|
 |
aspx_professional thread: Problem with Textbox control set to password textmode
Message #1 by jaseiffert@p... on Thu, 5 Sep 2002 20:10:32
|
|
Password fields allow to be copied into.. but u cannot copy from it. I am
not sure if there was a change to this particular one in .net
Regards,
S.Nandakumar
tedn@i... <mailto:tedn@i...>
-----Original Message-----
From: Guy Giroux [mailto:ggiroux@r...]
Sent: Friday, September 06, 2002 1:24 AM
To: ASPX_Professional
Subject: [aspx_professional] Re: Problem with Textbox control set to
password textmode
That's because when you use a password for the text box it cannot be copied
for obvious reasons.
----- Original Message -----
From: <jaseiffert@p...>
To: "ASPX_Professional" <aspx_professional@p...>
Sent: Thursday, September 05, 2002 8:10 PM
Subject: [aspx_professional] Problem with Textbox control set to password
textmode
> I have a Textbox control on a login form with the textmode set to
password.
>
> The form works for logging into the site.
>
> When they login, they have the option of saving the username and password
> in a cookie(very low security) which works ok.
>
> The problem is when they go to log back into the site I can't seam to put
> the password(saved in the cookie) in the textbox.
>
> I can enter the user id from the cookie into the user id text box.
>
> If I set the password textbox to just a singleline textbox (like user id
> box) everything works ok. the password shows up in the text box.
>
> I recieve no errors when trying to put the password(from the cookie) into
> the textbox with its textmode set to password.
>
> Is this a feature or a bug? Could not find anything on MS site about this
> situation.
>
> Thanks, JefferyS
>
>
>
> ---
>
> ASP.NET 1.0 Namespace Reference with C#
> http://www.wrox.com/acon11.asp?ISBN=1861007442
>
> ASP.NET 1.0 Namespace Reference with VB.NET
> http://www.wrox.com/acon11.asp?ISBN=1861007450
>
> These books are a complete reference to the ASP.NET namespaces
> for developers who are already familiar with using ASP.NET.
> There is no trivial introductory material or useless .NET
> hype and the presentation of the namespaces, in an easy-to use
> alphabetical order ensures a user-friendly reference format.
> We provide in-depth coverage of all the major ASP.NET classes,
> giving you those real-world tips that the documentation doesn't
> offer, and demonstrating complex techniques with simple
> examples.
>
> ---
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
|
|
 |