Before learning to start using ASP. NET Ajax, you must download and install different Ajax installation files.
You can download to the latest ASP. NET Ajax installation file under the http://ajax.asp.net. We can see the following installation files and several installation files. Let's take a look at the specific functions.
-
- ASP. NET 2.0 Ajax Extensions 1.0
- Develop AjaxProgramThe most important installation package, including the most important and basic controls and functions. The content in this installation package is well-developed by Microsoft, and relevant development documents are also available in msdn. This is the core of ASP. NET Ajax. It is essential to learn this part of Ajax.
-
- ASP. NET futuresasp. NET 2.0
- This installation file is also called the "value-add" package, which contains some non-core content of Ajax, such as Extender control and Web Components of the server, and various controls on the client, the implementation of Drag and Drop functions, Asp.. Net Ajax XML script. To install this part of content, you must first install ASP. NET 2.0 Ajax extensions.
-
- Ajax Extensions 1.0 source code
- This part is ASP. NET 2.0 Ajax extensions, the core part of all serversSource codeAnd the PDB file used for debugging. To track and debug the implementation of ASP. NET AjaxCode, Or to learn how to implement ASP. NET Ajax, you should download and install this installation file.
- Sample applications
- This package is the sample program installation package. Looking at the ASP. NET Ajax example can help us learn Ajax more quickly. We recommend that you download the installation package and study the implementation of various functions.
-
- Microsoft Ajax library 1.0
- This file is provided to the server, not developed using ASP. NET 2.0, but the client is actually used by people who use ASP. NET Ajax. This package contains the client Javascript file of ASP. NET Ajax.
There is also an important installation package
ASP. NET Ajax Control Toolkit
ASP. NET Ajax Control Toolkit is a free, open-source, and available to Microsoft companies and developers.CommunityThe ASP. NET Server-side control package created together is required to develop a complete Ajax program.