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