The MultiSelectionCalendar control is a variation of the Calendar Control that allows multiple selections. Use it when you need to store a list of dates. It has most of the same 200+ properties from the Calendar control including support for the SpecialDates Control with its powerful formatting features and Multiple Month View.
<des:MultiSelectionCalendar id="MultiSelectionCalendar1" runat="server" > <MessageCenter Activate="false" /> </des:MultiSelectionCalendar> <des:MultiSelectionCalendar id="MultiSelectionCalendar2" runat=server SelectWeeks="True"></des:MultiSelectionCalendar> <des:MultiSelectionCalendar id="MultiSelectionCalendar3" runat="server" SelectWeeks="True" SelectMonth="True" SelectDOW="True" MaximumSelectedDates="40"> <CurrentDateLabels ShowField="RecommendedRow" /> </des:MultiSelectionCalendar> <des:MultiSelectionCalendar id="MultiSelectionCalendar4" runat="server" RangeMode="True" AutoFormatYearChangeButtonPositions="Recommended" MultiMonthColumnCount="2" ShowWeekNumbers="True" > <TodayCommand ShowField="FooterRow1" RegionInRow="Right" /> <ClearCommand ShowField="FooterRow1" RegionInRow="Right" /> <ShowSelectionCommand ShowField="FooterRow1" RegionInRow="Right" /> <CurrentDateLabels ShowField="FooterRow1" RegionInRow="Left" DateFormatWithMultipleSelections="AbbreviatedNoYear" /> </des:MultiSelectionCalendar>