H
Homa
Hi,
I have a quick question.
I have a webpage allow user to modify his/her information. When I
generate the form, I want to pre-load the information to the
TextBoxes. But for the password (and confirm password) textbox, the
text can't be loaded (the TextBoxes are empty, no "dot" in them). I
checked inside Page_Load the text is loaded, but when the page is
render, the data is flushed.
I read some ASP code that in ASP this won't happen, you just do:
<input type="password" name="vcPassword" value="<%=vcPassword%>">
Please Help
Homa Wong
I have a quick question.
I have a webpage allow user to modify his/her information. When I
generate the form, I want to pre-load the information to the
TextBoxes. But for the password (and confirm password) textbox, the
text can't be loaded (the TextBoxes are empty, no "dot" in them). I
checked inside Page_Load the text is loaded, but when the page is
render, the data is flushed.
I read some ASP code that in ASP this won't happen, you just do:
<input type="password" name="vcPassword" value="<%=vcPassword%>">
Please Help
Homa Wong