Calendar date picker - Selected date
The selected date is 100 days after the current date.
| | |
ASP.NET
<ASP:TextBox runat="server" ID="txtDate"></ASP:TextBox>
<obout:Calendar runat="server" id="Calendar1" DatePickerMode="true" TextBoxId="txtDate"> </obout:Calendar> | | |
C#
Calendar1.SelectedDate = DateTime.Now.AddDays(100); Calendar1.DateFirstMonth = DateTime.Now.AddDays(100); | | |
| "Thanks for the great support.
I will buy the whole suite within a couple of days.
You guys are the best!" |
Toine A.G. Bastiaans |
|
| | |
|