-
Notifications
You must be signed in to change notification settings - Fork 1
Step by Step Installation Guide
-
To install the ASP.NET AJAX Control Toolkit run the new installer from DevExpress.com:
-
Accept the License Agreement and the AJAX Control Toolkit will be installed for each supported Microsoft Visual Studio version installed (check the Home page for supported versions list).
-
After the installation is over, create new ASP.NET Web Forms project in Visual Studio:
-
To show the AJAX Control Toolkit controls in the Toolbox select any .aspx page in the Solution Explorer:
-
Once you drag any of the Toolkit controls on the page, an assembly reference is added to the project automatically, and the AJAX Control Toolkit assembly is registered on the page:
Note: TagPrefix is autogenerated field and can be changed according to your needs.
Note: NuGet packages do not provide Toolbox integration
-
Create new ASP.NET Web Forms project in Visual Studio (as described above)
-
Open "Manage NuGet packages..." dialog:
- As the dialog window appears select "Online" on the left and type in "Ajax Control" to find the AJAX Control Toolkit package:
- Click "Install". After the package is installed an assembly reference will be added to the project automatically:
- Open an .aspx page and register assembly for this page:
Note: TagPrefix can be changed according to your needs.
This content was moved from https://ajaxcontroltoolkit.codeplex.com/documentation to this Documentation wiki. This is now the authoritative location of the AJAX Control Toolkit documentation.
- Step-by-Step Installation Guide
- Upgrading from v7.x and below
- Uninstalling the AJAX Control Toolkit
- Troubleshooting Installer Issues
- Updating the Project from CI Builds
Reference v16.1.1
Controls:
- Accordion
- AjaxFileUpload
- AreaChart
- AsyncFileUpload
- BarChart
- BubbleChart
- ComboBox
- Editor (deprecated)
- Gravatar
- LineChart
- NoBot
- PieChart
- Rating
- ReorderList
- Seadragon
- TabContainer
- TabPanel
Extenders:
- AlwaysVisibleControl
- Animation
- AutoComplete
- BalloonPopup
- Calendar
- CascadingDropDown
- CollapsiblePanel
- ColorPicker
- ConfirmButton
- DragPanel
- DropDown
- DropShadow
- DynamicPopulate
- FilteredTextBox
- HoverMenu
- HtmlEditor
- ListSearch
- MaskedEdit
- MaskedEditValidator
- ModalPopup
- MultiHandleSlider
- MutuallyExclusiveCheckBox
- NumericUpDown
- PagingBulletedList
- PasswordStrength
- PopupControl
- ResizableControl
- RoundedCorners
- Slider
- SlideShow
- TextBoxWatermark
- ToggleButton
- UpdatePanelAnimation
- ValidatorCallout