Calendar - Select multiple dates
You can select as many dates as you want.
Set property MultiSelectedDates to true.
Selected dates are persistent on page postback, and available server side using property SelectedDates.
<< | Tuesday, January 06, 2009 | >> |
|
|
|
Check how to get the selected dates client side.
ASP.NET
<ASP:TextBox runat="server" ID="txtDate"></ASP:TextBox>
<obout:Calendar runat="server" MultiSelectedDates="true"> </obout:Calendar> | | |
| "Just wanted to drop a quick note to say what an excellent job you're doing with your web UI products. I just implemented the splitter control with out a single problem (or curse word)!
I look forward to using your other components!" |
Doug Arp |
|
| | |
|