0
<asp:Calendar ID="Calendar1" runat="server"></asp:Calendar>

// How to disable selected dates on Calendar1?

chaim
  • 31
  • 4

1 Answers1

0

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

felipekm
  • 2,820
  • 5
  • 32
  • 42