Table of Contents
AutoPostbackOnSelect Property

Specifies if Calendar should raise postback SelectionChanged event to server when a day is selected.

Syntax
 public Boolean AutoPostbackOnSelect { get; set; }
Remarks

Specifies if Calendar should raise postback SelectionChanged event to server when a day is selected.

You can select a day by clicking on the day cell. Setting AllowMultiSelect to true to allow multiple days to be selected by holding Shift key while clicking mouse.

When a day is selected, you can retrieve the selected days by using SelectedDates property.

See Also