I found that PasswordChar works for windows form Textbox control in this purpose, but how can I do that in case of web form?
Please help.thx
I found that PasswordChar works for windows form Textbox control in this purpose, but
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t change the character displaying in a
<input type="password">.You can create a regular textbox and capturing the change event you can grab the text in it into a javascript variable and replace it with your own character.