问题
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.
来源:https://stackoverflow.com/questions/1053940/is-there-a-way-to-set-asp-net-textbox-password-char-when-in-password-textmode