Is there a way to set ASP.NET TextBox password cha

2019-03-02 15:08发布

问题:

I want that when the user types in text, it should show • rather than a simple asterisk, is there a way (in win-forms' TextBox there is a property PasswordChar, what is it's similar in web)????

回答1:

No this is browser specific. Maybe you could fake this with javascript, but I wouldn't recommend it.