I have a problem in WPF Application.
Please help
I have a textbox and in the textbox by default I am putting some text like
"Enter User Name"
When I select the textbox the default text does not go and annoyingly you have to select the full text by either keyboard of mouse.
So I want do like this
The moment the textbox is selected the text should get removed.
The moment the textbox is selected the text should get removed.
How to do that?
Lucifer999