How to make password field textbox.....????
-
Im a learner in ASP.NET. as on the sites like mail.yahoo.com , there are 2 textboxes 1 is for user n another is for password. Im making 1 simple project in ASP.Net which includes.......... usernameTextbox & passwprdTextbox now here how can i make passwordTextbox as protected means when anyone will enter their password it will go like ********* if password is codepro then it will show ******* there is no option for this in textbox properties.
-
Im a learner in ASP.NET. as on the sites like mail.yahoo.com , there are 2 textboxes 1 is for user n another is for password. Im making 1 simple project in ASP.Net which includes.......... usernameTextbox & passwprdTextbox now here how can i make passwordTextbox as protected means when anyone will enter their password it will go like ********* if password is codepro then it will show ******* there is no option for this in textbox properties.
Hi, u must have to check property. There is one property named as TextMode in that select Password :)
Thanks, Sun Rays Rate this post if you like answer. My Articles
-
Im a learner in ASP.NET. as on the sites like mail.yahoo.com , there are 2 textboxes 1 is for user n another is for password. Im making 1 simple project in ASP.Net which includes.......... usernameTextbox & passwprdTextbox now here how can i make passwordTextbox as protected means when anyone will enter their password it will go like ********* if password is codepro then it will show ******* there is no option for this in textbox properties.
-
Im a learner in ASP.NET. as on the sites like mail.yahoo.com , there are 2 textboxes 1 is for user n another is for password. Im making 1 simple project in ASP.Net which includes.......... usernameTextbox & passwprdTextbox now here how can i make passwordTextbox as protected means when anyone will enter their password it will go like ********* if password is codepro then it will show ******* there is no option for this in textbox properties.
The Input Type Password would mask the characters bieng typed. However, ensure that the password still goes unencrypted over the wire. http://msdn2.microsoft.com/en-us/library/ms535837.aspx[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson