Is it possible to add a DropDownList inside a calendar day for the asp.net Calendar control and then to bind it to a SelectedIndexChanged event?
I can add the DropDownList inside the day I want, but I’ve been unable to bind it to the event. I’ve seen it done for a LinkButton inside a Calendar control, but nothing for a DropDownList.
you can do it like this way also. take your data into one object variable and then convert its data into select tag(Dropdown list tag in html) and then add that control in your day of calendar.
I hope it will helpful to you.