AJAX Control Toolkit — September 2012 Release
This release of the Ajax Control Toolkit is the first release to support ASP.NET 4.5. We continue to support ASP.NET 3.5 and ASP.NET 4.0.
This release of the Ajax Control Toolkit includes important bug fixes and feature enhancements for the CascadingDropDown control including the following bug fixes:
- 9490 - Don't disable dropdowns in CascadingDropDown
- 14223 - CascadingDropDown Reset or Setting SelectedValue from WebMethod
- 12189 - CascadingDropDown not obeying disabled state of DropDownList
- 22942 - CascadingDropDown infinite loop (with solution)
- 8671 - CascadingDropdown options is null or undefined
- 14407 - CascadingDropDown: populated client event happens too often
- 17148 - CascadingDropDown - Add "UseHttpGet" property
- 10221 - No NotNull check in CascadingDropDown
- 12228 - Provide property for case-insensitive DefaultValue lookup in CascadingDropdown
We also fixed the following two issues which are not directly related to the CascadingDropDown control:
- 27108 - CalendarExtender: Bug when selecting December shifts to January.
- 27041 - Input controls with HTML5 types do not post back in Firefox, Chrome, Safari
Finally, we integrated several Pull Requests contributed by the community:
- Added French localized resources for the AjaxFileUpload
- Resolved an issue which prevented the AjaxFileUpload control from working with pages that require query string variables.
- Extended the AjaxFileUploadEventArgs class to include the current file index in the queue and the total number of files in the queue.
- Fixed an issue with TabContainer and TabPanel which caused the OnActiveTabChanged event to fire too often.
What's in the Download
This AJAX Control Toolkit download contains the AjaxControlToolkit.dll assembly, localized resource files, and the Ajax Control Toolkit Sample Site. Follow the instructions below to add the AJAX Control Toolkit to the Visual Studio Toolbox.
http://www.asp.net/ajaxlibrary/act.ashx
You can download the source code for the Ajax Control Toolkit from CodePlex:
http://AjaxControlToolkit.CodePlex.comNote: When opening the Ajax Control Toolkit solution in Visual Studio 2008, you will receive a security warning because the Ajax Control Toolkit project files have been modified to use the Microsoft Ajax Minifier. Select the option to Load the Project Normally.
Reporting Issues
Please report any issues that you discover with the Ajax Control Toolkit at the Ajax Control Toolkit issue tracker:
http://ajaxcontroltoolkit.codeplex.com/workitem/list/basic
Learn More
The ASP.NET Ajax website contains tutorials, videos, and sample code to help you learn how to use the AJAX Control Toolkit:
http://www.ASP.net/ajax