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.
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.