I have a page with the following controls:
Calendar (Calendar1)
Datagrid (DetailsGrid)
Drop Down (ddcalselection)
Ok the selections available in ddcalselection are
1. One Month
2. Three months (Previous Current and Next)
3. Whole Year
What I would like to do is by default the selection will be One Month (current month) but when the user selects,
Three months (Previous Current and Next) I need to dynamically add two more calendars and data grids, and be able to access the controls to bind data to them.
Any examples or help or maybe ideas?