Can I make password Box to take normal text without masking it, if yes how to do it in wpf. I have a password box which should display "Password" Text prior to entering password. And on entering password the it will be displayed as a masked text. Please help.
Thanks in advance
Loading
Jaganathan BantheswaranPosted Mar 4, 2011, 7:20 AM
Use this style for user textbox.
NiveditaPosted Mar 7, 2011, 5:48 AM
I am marking it as answer I used part of it as solution.
Thanks again...
Jaganathan BantheswaranPosted Mar 4, 2011, 8:48 AM
Oh fine. Thanx.
NiveditaPosted Mar 4, 2011, 8:45 AM
Thanks so much for your prompt help and response.
The issue got solved.
I reffered a link which I am posting here.
http://stackoverflow.com/questions/1607066/wpf-watermark-passwordbox-from-watermark-textbox
Thanks a lot again.
Jaganathan BantheswaranPosted Mar 4, 2011, 8:32 AM
Can you post your Password part of XAML.
NiveditaPosted Mar 4, 2011, 8:19 AM
Jaganathan BantheswaranPosted Mar 4, 2011, 8:17 AM
What was the error for this one.?
NiveditaPosted Mar 4, 2011, 8:16 AM
Jaganathan BantheswaranPosted Mar 4, 2011, 7:29 AM
Just try. This is for textbox. Apply for password box and let me know.
NiveditaPosted Mar 4, 2011, 7:24 AM