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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top