I'm looking for a free datepicker, like the calendarextender from the ajax control toolkit. This datepicker has to be put in a toolbar, which can't contain textboxes, so the calendarextender can't be used for my purposes.
My toolbar can only contain few buttons. These are not "asp:button", anyway, but can call c# functions when clicked. Anyone could recommend a textbox-indipendent datepicker? For example, a datepicker which can be "linked" to a generic control with a "Text"
propriety (like the buttons of my toolbar) would be perfect.
Otherwise, any other idea or suggestion is welcome.
Flyby2
0 Points
2 Posts
Textbox-indipendent datepicker
May 30, 2012 09:53 AM|LINK
I'm looking for a free datepicker, like the calendarextender from the ajax control toolkit. This datepicker has to be put in a toolbar, which can't contain textboxes, so the calendarextender can't be used for my purposes.
My toolbar can only contain few buttons. These are not "asp:button", anyway, but can call c# functions when clicked. Anyone could recommend a textbox-indipendent datepicker? For example, a datepicker which can be "linked" to a generic control with a "Text" propriety (like the buttons of my toolbar) would be perfect.
Otherwise, any other idea or suggestion is welcome.
Thanks in advance,
Riccardo
Mudasir.Khan
All-Star
15346 Points
3142 Posts
Re: Textbox-indipendent datepicker
May 30, 2012 11:18 AM|LINK
check this
http://www.dynamicdrive.com/dynamicindex7/jasoncalendar.htm
Flyby2
0 Points
2 Posts
Re: Textbox-indipendent datepicker
Jun 01, 2012 09:16 AM|LINK
Thank you!