How to get rid of "Enter text here" in DatePicker?
-
Here is the problem: I have a DatePicker control (Framework 4.0) and once I delete the text in its textbox, a phrase "Enter text here" (enclosed in <> brackets) appears in a text box. I need to get rid of it, so when the user deletes the text in a DatePicker's textbox, the textbox remains empty. So far I've tried to examine DatePicker's code via reflector, but haven't found any clues. Any help will be greatly appreciated.
-
Here is the problem: I have a DatePicker control (Framework 4.0) and once I delete the text in its textbox, a phrase "Enter text here" (enclosed in <> brackets) appears in a text box. I need to get rid of it, so when the user deletes the text in a DatePicker's textbox, the textbox remains empty. So far I've tried to examine DatePicker's code via reflector, but haven't found any clues. Any help will be greatly appreciated.