Hi,
I have a textbox where I will fill in a password (security is not important in this case).
But I do want to display asteriks (*) when I fill in this textbox.
I found a bunch of topics indicating that the textbox.passwordchar property should be changed, but I'm not able to find that property...
I noticed that there is a "passwordbox" control in VS2010, but it doesn't have the property pwbox.text or pwbox.content or anything like that...
Any advice on this?
Thanks in advance!