showing password ******
-
i want when a user write a text in a text box then the letters will appear like that ******* i mean just like when you write your password in a password texbox
-
i want when a user write a text in a text box then the letters will appear like that ******* i mean just like when you write your password in a password texbox
-
i want when a user write a text in a text box then the letters will appear like that ******* i mean just like when you write your password in a password texbox
As Abhinav says, use TextBox.PasswordChar, or you can just set TextBox.UseSystemPasswordChar = true[^] to use the system "blob" character. [edit]Corrected spelling of Abhinav - sorry![/edit]
If Barbie is so popular, why do you have to buy her friends? Eagles may soar, but weasels don't get sucked into jet engines. If at first you don't succeed, destroy all evidence that you tried.
modified on Monday, February 15, 2010 10:00 AM
-
As Abhinav says, use TextBox.PasswordChar, or you can just set TextBox.UseSystemPasswordChar = true[^] to use the system "blob" character. [edit]Corrected spelling of Abhinav - sorry![/edit]
If Barbie is so popular, why do you have to buy her friends? Eagles may soar, but weasels don't get sucked into jet engines. If at first you don't succeed, destroy all evidence that you tried.
modified on Monday, February 15, 2010 10:00 AM