Hi all :wave:
I want to call calender dayrender event on dorp downlist changed.
Please tell me the right way
Thanks
Printable View
Hi all :wave:
I want to call calender dayrender event on dorp downlist changed.
Please tell me the right way
Thanks
You don't call events. Events are notifications that something has happened. When the Calendar control creates the days in its control hierarchy then it will raise its DayRender event. If you want the DayRender event raised when you make a selection in a DropDownList then you're going to have to force the Calendar to refresh, at which point IT will raise its own DayRender event.
Thanks
But entire code is in update panel.
so page not getting refresh
here what is the solution of this problem.