Defination:
Calendar is an ASP.NET AJAX extender that can be attached to any ASP.NET TextBox control. It provides client-side date-picking functionality with customizable date format and UI in a popup control. You can interact with the calendar by clicking on a day to set the date, or the "Today" link to set the current date.
Property:
Calendar is an ASP.NET AJAX extender that can be attached to any ASP.NET TextBox control. It provides client-side date-picking functionality with customizable date format and UI in a popup control. You can interact with the calendar by clicking on a day to set the date, or the "Today" link to set the current date.
Property:
- TargetControlID - The ID of the TextBox to extend with the calendar.
- CssClass - Name of the CSS class used to style the calendar. See the Calendar Theming section for more information.
- Format - Format string used to display the selected date.
- PopupButtonID - The ID of a control to show the calendar popup when clicked. If this value is not set, the calendar will pop up when the textbox receives focus.
- PopupPosition - Indicates where the calendar popup should appear at the BottomLeft(default), BottomRight, TopLeft, TopRight, Left or Right of the TextBox.
- SelectedDate - Indicates the date the Calendar extender is initialized with.
- StartDate - Indicates start date for range that available for selection.
- EndDate - Indicates end date for range that available for selection.
For Example:Click to view
Next>>(Autocomplete) (AnimationExtender)<<Back
No comments:
Post a Comment