Rank: Newbie Groups: Member
Joined: 9/8/2009 Posts: 3
|
Greetings:
I recently purchased your Calendar control and I have it working well for selecting a specific date using vb.net to handle the event. The documentation seems to suggest that multi-date select is also possible, so that a range between a start date and an end date can be fielded by an event handler.
I have not been able to figure out how to make this work. Please confirm if it is possible and if so, provide a simple example of an event handler in vb.net to field a start date and an end date from 1 datepicker control.
I realize I could do this with 2 controls, but it would be much cleaner if I could accomplish it with one control.
Thanks much! Dave
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The Multi-select feature is for Calendar, not for DatePicker. But because DatePicker inherits from Calendar, so you will see those properties on DatePicker as well. However multi-select on a DatePicker is not possible because the textbox can only holds one value.
Thanks!
|