Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, May 22, 2012

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

User Rating!

Home > Search > Articles & Samples > ASP.Net > User Management > Passwords
Assigning the text value for a Password Textbox        
Total Hits: 305  |  Today: 0 Author: Harish Ranganathan       Rating:  
Read Reviews | Write Review | Your Rating: 

Setting the text property for a textbox with textmode=single and multiline is pretty straight forward by giving TextBox1.Text = "The text we want to set";
However, if we set the Textmode property to Password, then we cannot simply set the text using the TextBox.text.
In practical scenarios, we may not want to set the password for obvious reasons that password is one which we retrieve from the user and it shoult not be set. Also, even if we set some password, the user cannot read it as it is just a sequence of dots.

DevASP.Net users Rating
What is your opinion?
Is this your listing?

    If this is your listing and you like to add the rating box
    displayed on the right side on your site you can use the following code.

Go Back
DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net