adding calendar control to a dropdownlist

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am a asp.net developer with c# ,recently I am confronted to problem
ie,I would like to add a <asp:calendar> control to <asp:dropdownlist>
so that i can view the calendar when clicking the droparrow.
please help me.
 
I am a asp.net developer with c# ,recently I am confronted to problem
ie,I would like to add a <asp:calendar> control to <asp:dropdownlist>
so that i can view the calendar when clicking the droparrow.


This is tough - it'll require custom coding. Actually I don't think I've
ever seen it done. You'll probably need to catch the OnClick method of the
drop down menu and then display a new layer with the clendar in it.

Not something that's easy to do.

Maybe the Calendar control from EWorld.com will do?

http://www.eworldui.net/default.aspx
 
Back
Top