J
John Kotuby
Hi all,
I have a simple user-form which accepts contact and profile information for
the user to edit and save. All the textboxes are working fine and displaying
the expected data, both when the screen is first displayed and after a save
of changed data. The text boxes are being populated during the Page_Load
event.
However, when I change the TextMode property to PassWord, as I have 2
password textboxes (one for confirmation) no data shows up in them. Textmode
is the only thing being changed. The HTML source code in the browser does
not even have a value="" property displayed for the input elements with the
type="password".
In fact, for testing, I have set one password field to TextMode="SingleLine"
and the other to "PassWord". In very case the SingeLine textboxes display
the correct data and the PassWord textboxes display nothing. I have swapped
textmodes between the 2 textboxes. I have even done this test on other
textboxes besides the Passwords and the same thing happens.
Note: I have recently installed the IE Developer Toolbar. Might that have
anything to do with the strange behavior?
Does anyone have an idea of what might be happening?
Thanks for any help.
I have a simple user-form which accepts contact and profile information for
the user to edit and save. All the textboxes are working fine and displaying
the expected data, both when the screen is first displayed and after a save
of changed data. The text boxes are being populated during the Page_Load
event.
However, when I change the TextMode property to PassWord, as I have 2
password textboxes (one for confirmation) no data shows up in them. Textmode
is the only thing being changed. The HTML source code in the browser does
not even have a value="" property displayed for the input elements with the
type="password".
In fact, for testing, I have set one password field to TextMode="SingleLine"
and the other to "PassWord". In very case the SingeLine textboxes display
the correct data and the PassWord textboxes display nothing. I have swapped
textmodes between the 2 textboxes. I have even done this test on other
textboxes besides the Passwords and the same thing happens.
Note: I have recently installed the IE Developer Toolbar. Might that have
anything to do with the strange behavior?
Does anyone have an idea of what might be happening?
Thanks for any help.