how to convert textbox type to password in asp.net mvc
i want my textbox to show *** when i write in password field instead of plain text
Fraz Sundal
2010-05-24 13:12:41
so yes, you should use the code above. Or, <input type="password" name="mypass">
Palantir
2010-05-24 13:14:45