如何安装和使用ASP.NET AJAX控件工具包在我的.NET 3.5的Web应用程序? [英] How do I install and use the ASP.NET AJAX Control Toolkit in my .NET 3.5 web applications?

查看:122
本文介绍了如何安装和使用ASP.NET AJAX控件工具包在我的.NET 3.5的Web应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何把它与我的项目工作?

How do I get it to work with my project?

http://ajax.asp.net/

<一个href="http://www.$c$cplex.com/AjaxControlToolkit/">http://www.$c$cplex.com/AjaxControlToolkit/

推荐答案

安装ASP.NET AJAX控件工具包

  1. 下载ZIP文件 AjaxControlToolkit-Framework3.5SP1-DllOnly.zip 从<一个href="http://www.$c$cplex.com/AjaxControlToolkit/Release/ProjectReleases.aspx?ReleaseId=16488">ASP.NET AJAX控件 的工具包发布页面 codePLEX网站。

  1. Download the ZIP file AjaxControlToolkit-Framework3.5SP1-DllOnly.zip from the ASP.NET AJAX Control Toolkit Releases page of the CodePlex web site.

复制此zip文件的内容 直接进入bin目录 你的网站。

Copy the contents of this zip file directly into the bin directory of your web site.

更新web.config中

    控制&GT;
  1. 在&lt下,将这个在你的web.config;部分:

  1. Put this in your web.config under the <controls> section:

<?xml version="1.0"?>
<configuration>
    ...
    <system.web>
        ...
        <pages>
            ...
            <controls>
                ...
                <add tagPrefix="ajaxtoolkit"
                    namespace="AjaxControlToolkit"
                    assembly="AjaxControlToolKit"/>
            </controls>
        </pages>
        ...
    </system.web>
    ...
</configuration>

安装的Visual Studio

  1. 右键单击工具箱上,选择添加标签,并添加一个标签叫AJAX Control Toolkit的

  1. Right-click on the Toolbox and select "Add Tab", and add a tab called "AJAX Control Toolkit"

在该选项卡,在工具箱上单击右键,选择选择项目...

Inside that tab, right-click on the Toolbox and select "Choose Items..."

在选择工具箱项对话框出现时,单击浏览按钮。导航到你的项目的bin文件夹。在该文件夹,选择AjaxControlToolkit.dll,然后单击确定。再次单击确定关闭该选择项对话框。

When the "Choose Toolbox Items" dialog appears, click the "Browse..." button. Navigate to your project's "bin" folder. Inside that folder, select "AjaxControlToolkit.dll" and click OK. Click OK again to close the Choose Items Dialog.

现在你可以使用你的网站的控制!

You can now use the controls in your web sites!

这篇关于如何安装和使用ASP.NET AJAX控件工具包在我的.NET 3.5的Web应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆