P
paul reed
Hello,
I have a text box that is set with a TextMode of Password. The problem is,
when I pull up an operator profile in my app and assign the password in the
db to this field (it is hashed)...it doesn't take. I get into debug and
nothing is there. If I change the TextMode to SingleLine...then it shows up.
I tried changing the textmode dynamically in code after assigning the valud
and still it doesn't take the value. I would have expected it to act like it
does when you enter a password into a textmode password field...it would
show "*****" in the field but the password would still be available at
postback.
Paul
I have a text box that is set with a TextMode of Password. The problem is,
when I pull up an operator profile in my app and assign the password in the
db to this field (it is hashed)...it doesn't take. I get into debug and
nothing is there. If I change the TextMode to SingleLine...then it shows up.
I tried changing the textmode dynamically in code after assigning the valud
and still it doesn't take the value. I would have expected it to act like it
does when you enter a password into a textmode password field...it would
show "*****" in the field but the password would still be available at
postback.
Paul