views:

102

answers:

1

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

A: 

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.

Tony
BoldedDates property only bolds the Dates in MonthCalender Control and i need to highlight
then you will have to write that feature yourself, or use WPF, in which it is already built in.
Tony