The following is a collection of articles about AjaxControlToolkit installation, thanks to the original author
AjaxControlToolkit download
http://ajax.asp.net/downloads/default.aspx?tabid=47
http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1425
The environment is set as follows:
After downloading the Aspajaxextsetup.msi installation update in your system disk (in the case of C disk) appears this folder:
C:/Program Files/microsoft asp.net/asp.net 2.0 ajax extensions/v1.0.61025
After installing this we can create the ASP.net ajaxenabledwebsite site, which is actually a ajax.net site template. But we can't use the AJAX controls that Microsoft has developed for us now. Want to know how to use the Ajax.NET control to look down.
Download AjaxControlToolkit, the above two is a source code with a toolkit without the source code. It is recommended to download the toolkit with source code. When the download is complete, extract the file to:
C:/Program Files/microsoft asp.net/asp.net 2.0 ajax extensions/v1.0.61025/ajaxcontronltoolkit/
Double-click to run AjaxControlToolkit.sln.
With vs2005 Open this sln, compile templatevsi This project, put the C:/Program files/microsoft asp.net/asp.net 2.0 AJAX extensions/samplewebsite/ The AjaxControlToolkit.dll and ajaxcontroltoolkit.pdb generated under bin are copied to the
C:/Program Files/microsoft asp.net/asp.net 2.0 The AJAX extensions/binaries folder so that we can use vs2005 these controls in the Ajax.NET.
Create a new Ajax controltoolkitwebsite type of Web project. Add a new tab to the toolbar name: AjaxControlToolkit
Right-click on this tab to select-> Browse to find the AjaxControlToolkit.dll that just copied the past and add it in. So we ajax.net the control successfully into the vs2005.