It is simple to mask the characters entered in a textbox by setting the PasswordChar Property
The same can be done using C# code as shown below:
TextBox2.PasswordChar = "*"
Visual Studio .NET Tips and Tricks, VB.NET Code Samples, C# Code Snippets, ASP.NET Code Samples, .NET Tips and Tricks.
It is simple to mask the characters entered in a textbox by setting the PasswordChar Property
The same can be done using C# code as shown below:
TextBox2.PasswordChar = "*"
2 comments:
Nice tip. I'll have to try it out. Will help to improve security on some apps I would think. Thanks!
It is rather interesting for me to read the post. Thanks for it. I like such themes and everything that is connected to them. I would like to read a bit more soon.
Post a Comment