Click here to Skip to main content
15,886,060 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have created a sample Login form with User ID ,Password and Login(Button).I have set the property for the 'Password' text box : PasswordChar = *.
Ideally when I enter the password it should reflect as * but still when I enter the password in UI I see the password as plain text.
Why is this happening?
How can I go about this issue?
Is it anything to do with the .net framework or the dll or exe formed for the UI form ?
Posted

1 solution

If you are using a Standard-TextBox you only have to set the Property "PasswordChar" to the Placeholder you want - for example "*"
 
Share this answer
 
Comments
Santhosh Rajoo 22-May-15 9:42am    
@Ralf Ya Ralf the Passwordchar is set to '*' but still I am able to view the password I enter as plain text. Why is that happening?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900