SyntaxFix
Write A Post
Hire A Developer
Questions
Just set the property of textbox that is PasswordChar and set the * as a property of textbox. That will work for password.
*
passwordtextbox.PasswordChar = '*';
where passwordtextbox is the text box name.
passwordtextbox