Webform won't let me assign a value to a password TextBox

  • Thread starter Thread starter Nathan Sokalski
  • Start date Start date
N

Nathan Sokalski

I have a form that is being used to edit account information. The form
contains username and password TextBoxes, for which I set Enabled=False.
When I assign the Text property the previous value, the username TextBox
receives it perfectly fine, but the password TextBox does not seem to be
getting a value assigned to it's Text property. The only difference between
the two TextBoxes is that one is TextMode="SingleLine" and the other is
TextMode="Password". What is the problem here? Thanks.
 
Czesc Nathan!!

FYI: You should ask Webform questions in the ASP.NET newsgroup
(microsoft.public.dotnet.framework.aspnet), like you have & not really this
forum. You'll get a better response

Yeah I suppose Webcontrols newsgroup too is also a good one
 
Back
Top