Hi All. i am create a Event Calender using MonthCalender control in window application asp.net can any one tell me how can i highlight multiple dates in MonthCalender
thanks in advance
Hi All. i am create a Event Calender using MonthCalender control in window application asp.net can any one tell me how can i highlight multiple dates in MonthCalender
thanks in advance
You could use the BoldedDates property of the control to allow for 'multiple highlighted dates'.
This control does not inherently support highlighting multiple dates, so this is kind of a hack.