-
Combo1_DropDown Question
I have a Combobox with some code on the DropDown event, but when I click the dropdown button it erases the value displayed in the Combobox. Is there a way to stop that?
Basically, when they click the arrow, it pops up a calendar (similar to Outlook), but it should still display the date they have chosen.
-Steve
-
Why not use the Datepicker control. Works exactly the way you are describing.
-
That would be too easy.
Just kidding.
The icon for the DatePicker control doesn't look like a Calendar, so I was just using a similar calendar control.
Thanks.
-Steve
-
Place a calander button right on top and when click fire the onclick event of the Dropdown. It will simulate. Other than that i do not know.