Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.AutoPostbackOnSelect Property

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

[Visual Basic]
Public Property AutoPostbackOnSelect As Boolean
[C#]
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

Calendar Class | EO.Web Namespace


Direct link to this topic