How to disable selected dates on calendar control?

943 Views Asked by At
<asp:Calendar ID="Calendar1" runat="server"></asp:Calendar>

// How to disable selected dates on Calendar1?

1

There are 1 best solutions below

0
On

This is your working code? I cannot see any date selected, you have to use the SelectedDates property of the control.

Here is one good reference from W3: http://www.w3schools.com/aspnet/control_calendar.asp