tags:

views:

31

answers:

1

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
Can you give me a sample small code for which I can mark it as answer?
Masud Rahman