L
Luiz Vianna
Hi folks,
I have a form.aspx that has an textbox webcontrol named 'password' (and its
texmode=password).
I want to fill it with the password value I have on my database.
The problem is the code
password.text= "mypass"
does not work. It works only when I change it to singleline or multline
textmode.
How do I do that? Fill the password textbox with the value I have keeping
the textmode to password....
Thanks
Luiz
I have a form.aspx that has an textbox webcontrol named 'password' (and its
texmode=password).
I want to fill it with the password value I have on my database.
The problem is the code
password.text= "mypass"
does not work. It works only when I change it to singleline or multline
textmode.
How do I do that? Fill the password textbox with the value I have keeping
the textmode to password....
Thanks
Luiz