Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure ASP.NET AJAX

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

In this issue, Xiaobian will bring you about how to configure ASP.NET AJAX. The article is rich in content and analyzes and narrates from a professional perspective. After reading this article, I hope you can gain something.

Download. net framework 2.0 and ASPAJAXExtSetup.msi first

Then install and run

If you need to develop AJAX

install VS and AjaxControl Toolkit

New tab in VS toolbox...

For. Net Framework 3.5, please read how to set up an AJAX environment in v3.5.

By environment, I mean configuration by server-side implementation. It should be said that as long as the ASP.NET AJAX Extensions are installed, you can implement a little Ajax, but to take advantage of more AJAX controls, we generally download the ASP.NET AJAX Control Toolkit.

First, we should configure the ASP.NET AJAX runtime and development environment.

Then, go to the ASP.NET AJAX official website to download ASP.NET 2.0 AJAX Extensions 1.0 (local download) and ASP.NET AJAX Control Toolkit, both of which are small, only a few megabytes in total.

Install ASP.NET 2.0 AJAX Extensions 1.0 and then install ASP.NET AJAX Control Toolkit. ASP.NET 2.0 AJAX Extensions 1.0 installation is very simple and will not be introduced. For installation of ASP.NET AJAX Control Toolkit, see Installing AJAX Control Toolkit.

Configure ASP.NET AJAX.

description

◆ If it is only a runtime environment and not a development environment, you can use the ASP.NET AJAX Control Toolkit.

IIS may need to be restarted after configuration is complete.

1> Install Ajax ASPAJAXExtSetup.msi (download at http://ajax.asp.net)

2> Install Ajax template ASPAJAXSamples.msi

3> Download *** version ajaxcontroltoolkit

http://www.codeplex.com/Release/ProjectReleases.aspx? ProjectName=AtlasControlToolkit

4> Extract to C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\AjaxControlToolkit

5> Open Solution\AjaxControlToolkit\AjaxControlToolkit.sln, generate Engineering TemplateVSI

6> Copy\AjaxControlToolkit\SampleWebSite\Bin\AjaxControlToolkit.dll and\AjaxControlToolkit\SampleWebSite\Bin\AjaxControlToolkit.dll

Go to\AjaxControlToolkit\Binaries\

7> Run\AjaxControlToolkit\TemplateVSI\bin\AjaxControlExtender.vsi installation template (select C#), Web only

8> Toolbox right-click Add tab AJAX Toolkit, right-click item in AJAX Toolkit tab, select. NET Framework in pop-up dialog window

Click C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\AjaxControlToolkit\Binaries\AjaxControlToolkit.dll

9> Online preview effect AjaxControlToolkit *** version ajaxcontroltoolkit

http://asp.net/ajax/ajaxcontroltoolkit/samples/

Configure ASP.NET AJAX Complete

The above is how to configure ASP.NET AJAX shared by Xiaobian. If there is a similar doubt, please refer to the above analysis for understanding. If you want to know more about it, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report