|
Tutorial - Set minimum date
|
| | |
Calendar can have a minimum date allowed. Any date lower than this date is disabled.
Also can have a maximum date allowed. Any date greater than this date is disabled.
| | |
ASP.NET
|
|
<obout:Calendar runat="server" id="Calendar1" />
|
| | |
C#
Calendar1.DateMin = DateTime.Now;
Calendar1.DateMax = DateTime.Now.AddDays(10);
| | |
| "The flyout does work great.
You have some pretty nifty components I cannot live without.
Thank you again very much for your support and timely responses." |
Jennifer |
|
| | |
|