Adding control to Calendar Control
-
Hi Guys, I want to add a dropdownlist to the calendar control so that the user can jump to a particular year otherwise going to a year like 1970 is next to impossible. Please give me a code its very urgent. Thanks in advance !! Chintan
-
Hi Guys, I want to add a dropdownlist to the calendar control so that the user can jump to a particular year otherwise going to a year like 1970 is next to impossible. Please give me a code its very urgent. Thanks in advance !! Chintan
Are you using visual studi calender control or third-party calenser control? Ashish Joshi
-
Are you using visual studi calender control or third-party calenser control? Ashish Joshi
-
i have third party control which can solve your problem Ashish Joshi
-
Hi Guys, I want to add a dropdownlist to the calendar control so that the user can jump to a particular year otherwise going to a year like 1970 is next to impossible. Please give me a code its very urgent. Thanks in advance !! Chintan
Hi there, To add a dropdownlist to the Calendar control, you can provide an event handler for the DayRender[^] event, and add your logic to add the control in the handler. However, if you want to use the event of the dropdownlist, then that could be a problem since the Calendar is not well designed to add controls which raise the events. For example, when the page posts back, you'd use the Request object to get the post back data rather than use the dropdownlist object. Another way is to use a third party component, and it could be free or commercial, just try to do a good search. Here is an example: Javascript Calendar[^]
-
Hi Guys, I want to add a dropdownlist to the calendar control so that the user can jump to a particular year otherwise going to a year like 1970 is next to impossible. Please give me a code its very urgent. Thanks in advance !! Chintan