Dropdown calendar control ?

  • Thread starter Thread starter Andy Mackie
  • Start date Start date
A

Andy Mackie

The ASP.NET calendar control is all very good, but I don't see any dropdown
calendar control. Any ideas how to do this ?

Thanks,
Andy Mackie.
 
Andy Mackie said:
The ASP.NET calendar control is all very good, but I don't see any dropdown
calendar control. Any ideas how to do this ?

Put a textbox and a button just above the calendar, and make the calendar
invisible (Visible=false).
Then, when the button is clicked, unhide the calender. When a date is
selected,
copy it to the textbox, and hide the calendar again.
 
Back
Top