NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Selecting Dates Programmatically

You can set date selections in your own code, either a single date or a range of dates. In contrast to user selection in the control on a page, you can select multiple non-sequential dates in code.

Note   Setting a date programmatically does not raise the SelectionChanged event.

To select a single date

To select a range of dates

To clear a date selection

See Also

Using the Calendar Web Control