I want to dynamically fix the calender extender month, so that user can only select the date from the month shown
Note:
- calender extender is in gridview.
- dynamically set the month on the basis of selected month from combobox located outside gridview.
- User should not be able to change month.
To hide month navigation the calendar control has property ShowNextPrevMonth set it to FALSE.
To hide days of another month in calendar you have to manage it in DayRender Event.
VB example.