How to Install the ASP.NET AJAX Control Toolkit
There is no installer available for the Ajax Control Toolkit. You have to configure it manually. Here are the following steps to correctly install the toolkit.
- Unpack the AjaxControlToolkit-Framework3.5-NoSource.zip file to a local directory. You can download it here:
http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxControlToolkit
- Create a "Microsoft ASP.NET" directory at the following path:
C:\Program Files\Microsoft ASP.NET
- From the unpacked files, copy the following files to the:
C:\Program Files\Microsoft ASP.NET
directory:
\AjaxControlExtender\AjaxControlExtender.vsi
\SampleWebSite\Bin\AjaxControlToolkit.dll
- Make sure all instances of Visual Studio 2008/2005 are closed before proceeding.
- Double-click the AjaxControlExtender.vsi file to run the installation of the controls. NOTE: Sometimes this works and sometimes this doesn't actually add the controls to your toolbox.
To Check if the controls are installed in the Toolbox
Open up Visual Studio 2008 with a solution that contains a web project. Double-click on an .ASPX page in the project. Go to Design view for the HTML page. Open the Toolbox side bar. You should see a new node called "AJAX Control Toolkit". If this node appears, everything is installed and ready to go.
To Add the controls to the Toolbox manually
If this node does not exist, you need to add it manually. Right-click the Toolbox side bar and select "Add Tab". Enter the name "AJAX Control Toolkit" in the edit box. Now right-click this new tab and select "Choose Items". Now wait for the slowest dialog known to man...
Click the "Browse" button and select the file at:
C:\Program Files\Microsoft ASP.NET\AjaxControlToolkit.dll
This will auto-select all the checkboxes for the controls in this DLL. Click OK and they will be added to your toolbox. Everything is now installed and ready to go.
Popular Articles
Last viewed:
- Performance benchmarks for LINQ vs. SqlDataReader, DataSet - Selects: Part 1
- Windows Server 2003 Configure RRAS (Routing and Remote Access Service) Site to Site VPN
- Performance benchmarks for LINQ vs. SqlDataReader, DataSet - LINQ Compiled Queries: Part 2
- Silverlight Memory Leak DataGrid, DataForm, DataTemplate, etc...
- Tutorial for Configuring Silverlight 4, Entity Framework and WCF RIA Services in Separate Component Assemblies (DLL’s)
- Global.asax Events in IIS 6 and IIS 7 for Static Resources
Similar
- Fixing Relative Paths in C# ASP.NET When Using Url Rewriting
- How to Highlight the Day in the ASP.NET Calendar Control with the SelectedDate Property
- Global.asax Events in IIS 6 and IIS 7 for Static Resources
- Create a Windows-style GroupBox in ASP.NET
- Changing the Application Pool Identity with Windows Server 2008 and IIS 7


Recent comments
1 day 1 hour ago
1 day 6 hours ago
1 week 1 day ago
1 week 1 day ago
1 week 2 days ago
1 week 5 days ago
2 weeks 1 day ago
2 weeks 1 day ago
2 weeks 1 day ago
2 weeks 1 day ago