vb.net ASP.NET 4.5 如何使用 Ajax 控件,我在工具箱中找不到它们?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/23013741/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-17 17:20:30  来源:igfitidea点击:

ASP.NET 4.5 How do I use an Ajax controls, I can't find them in the Toolbox?

asp.netajaxvb.net.net-4.5

提问by R2 Builder

total newbie to AJAX, I got the NuGET an I found the Ajax Control Toolkit
7.1213.0

AJAX 的新手,我得到了 NuGET 并找到了 Ajax Control Toolkit
7.1213.0

I ran this PM> Install-Package AjaxControlToolkit It said successful at the end. There is nothing to add if I right click a TAB in the toolbox and look in the .NET Framework components.

我跑了这个 PM> Install-Package AjaxControlToolkit 最后说成功了。如果我右键单击工具箱中的选项卡并查看 .NET Framework 组件,则无需添加任何内容。

It says The Ajax Control Toolkit contains more than 40 controls, including... Where do I see them and how do I add them to my WEB page? I see an 'AJAX Extensions' tab in my Toolbox which was there already, but there are not 40 controls. Just these Pointer, Scriptmanager, ScriptManagerProxy, Timer, UpdatePanel, UpdatProgress

它说 Ajax 控件工具包包含 40 多个控件,包括... 我在哪里可以看到它们以及如何将它们添加到我的 WEB 页面?我在我的工具箱中看到一个“AJAX 扩展”选项卡,它已经存在,但没有 40 个控件。就这些 Pointer、Scriptmanager、ScriptManagerProxy、Timer、UpdatePanel、UpdatProgress

Are these suppose to be controls I can drag onto my WEB page or how do they work?

这些是我可以拖到我的 WEB 页面上的控件还是它们是如何工作的?

采纳答案by Developer

First of all you have to take a look at the sample.

首先,您必须查看示例

Second, you have to download the AJAX-Control-Toolkitand you will find example projects.

其次,您必须下载AJAX-Control-Toolkit,您将找到示例项目。

How to add it to ToolBox.

如何将其添加到工具箱。

How to add ajaxcontroltoolkit to toolbox in Visual Studio 2012

如何将 ajaxcontroltoolkit 添加到 Visual Studio 2012 中的工具箱

回答by ????