Web2.0 turned out, Ajax first, today do the Web if you do not learn some Ajax words, it is out of date, and learn the use of AJAX environment if it is asp.net, then ajax.net you have to learn. The first is the configuration of the environment, as follows
VS2005+SQL2005+WINXP sp2+ie6.0+office2003
Tools download
1.aspajaxextsetup.msi
Http://download.microsoft.com/download/5/4/6/5462bcbd-e738-45fa-84ca-fa02b0c4e1c2/ASPAJAXExtSetup.msi
2.aspajaxsourcecode.msi
Http://download.microsoft.com/download/6/d/6/6d6c7c47-b9ff-4934-bb03-8a45b8418d35/ASPAJAXSourceCode.msi
3.AjaxControlToolkit
Ajaxcontroltoolkit-nosource
AjaxControlToolkit
A friend gave me the response that AjaxControlToolkit could not download. Now give the download link. Excuse me
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-"Browse to find the AjaxControlToolkit.dll that just copied the past, add it in." So we ajax.net the control successfully into the vs2005.
Now you can create a new Ajax Controltoolkitwebsite project to Happy. It's written here today, followed by the specific use of each ajax.net control and the controls below vs2005. I hope that you will continue to pay attention to the issue of what can be discussed here.
What is wrong with the above is subject to the following
First:download "Ajaxcontroltoolkit.zip"-decompressing files into the directory of ASP.net 2.0 AJAX extensions, entered, Open AjaxControlToolkit.sln.
After compiling TEMPLATEVSI this project, put 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.