password

collie

New member
password

Hi, I have a textbox in aspx whose mode is set to password. I get the password from a db. The problem is that i want to enter the password into the textbox so that it will appear as follows *****. However, the textbox is empty. If i set the mode to singleline then it works but i need mode=password. How can i do that? Thanks​
 

yuval k

New member
What's the problem you have with

Password mode? It's supposed to be just like SingleLine, except the text appearing masked. It works for me...​
 

collie

New member
the problem is

that if you want to enter the password from the db then the textbox appears blank. I searched in google groups and saw that many people had the same problem as me. I found the solution: password=rs("password").value txtpassword.attributes.add("values",password)​
 
למעלה