Enable text box to modify character format

In what way we can enable the text box to modify its characters format for a user to enter the password?

E

Expert

Verified

We can set PasswordChar property of a TextBox class to True to enable it to recognize passwords. Code to change a PasswordChar property of a TextBox class is as follows: 

textBox1.PasswordChar = '*';

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.