home / developersection / category
TheAJAX ControlToolkit has a CalendarExtender control that pops up a calendar whenever the user clicks on the target control. Calendar Properties:T
AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox.
AsyncFileUpload is an ASP.NET AJAX Control that allows you asynchronously upload files to server. You can save the file by calling the SaveAs () method in a handler.
The AnimationExtender control plays animations whenever a specific event like OnLoad, OnClick, OnMouseOver, or OnMouseOut is raised by the target control.
AlwaysVisibleControlExtender is used to define area of content on user interface to remain visible when user scrolls around the rest of the content of the page.
The Accordion is a web control that allows you to provide multiple panes and display them one at a time. The Accordion is implemented as a web control that contains AccordionPane web controls
A Web page can contain only one ScriptManager control, either directly on the page or indirectly inside a nested or parent component. The ScriptManage
ScriptManager control is the parent control that needs to be there on every page wherever we are trying to use ASP.NET AJAX controls. ScriptManager control manages client script for AJAX enabled ASP.NET pages.
The ASP.NET AJAX Control Toolkit is an open-source project built on top of the Microsoft ASP.NET AJAX framework. ASP.NET Ajax Control Toolkit was first released by Microsoft in early January 2006.
SlideShow is an Extender that targets image controls. You can provide it with buttons to hit previous, next and play. You can configure the slideshow
ValidatorCallout is an ASP.NET AJAX extender that enhances the functionality of existing ASP.NET validators. To use this control, add an input field and a validator control as you normally would.
ToggleButton is an ASP.NET AJAX extender that can be attached to an ASP.NET CheckBox control. ToggleButton enables the use of custom images instead of tick mark in the CheckBox.