Wednesday, July 20, 2011

How to Install AJAX Control toolkit in Visual Studio 2005

How to Install AJAX Control toolkit in Visual Studio 2005
1. Download AJAX controol from this location.
http://www.asp.net/AJAX/downloads/. Here you can download it with or without source code.

2. Copy ‘AjaxControlToolkit.dll’ from the download of 'ASP.NET AJAX Control Toolkit' to ‘C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\AjaxControlToolkit\Binaries’

3. Open the Visual Studio 2005 project where you want to install this toolkit.

4. Add a new tab named ‘Ajax Control Toolkit’ in Toolbox by right mouse click on toolbox and selecting ‘Add Tab’ menu item.

5. Now select the newly added tab and right mouse click to select ‘Chose items’ menu item. Here you can browse to the location ‘C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\AjaxControlToolkit\Binaries’ where you have copied AjaxControlToolkit.dll’ and select this dll.

6. Ajax tool kit will be installed to your Visual Studio 2005 project.

No comments:

Post a Comment

If you’re using Visual Studio to build your .NET MAUI app on a Mac, locating the IPA (iOS App Package) file can be a bit tricky

  If you’re using   Visual Studio   to build your   .NET MAUI   app on a   Mac , locating the   IPA (iOS App Package)   file can be a bit tr...