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
A:
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.
Oded
2010-10-16 20:42:59
Can you give me a sample small code for which I can mark it as answer?
Masud Rahman
2010-10-30 13:47:16