VS 2010 中的默认 AJAX 扩展不起作用
我不明白为什么我的 AJAX 扩展控件无法拖到我的代码中。当我拖动其中一个控件时,什么也没有出现。
我尝试通过下载 Ajax Control Toolkit、提取 AjaxControlToolkit.dll、在 ToolBox 中创建一个新选项卡、选择“Choose Item”、选择 AjaxControlToolkit.dll 并按“Ok”来解决此问题。然后我的新标签消失了。或者选项卡仍然存在,其中没有任何控件。但是,当我选中“显示全部”时,控件和消失的选项卡确实存在。
我需要在asp.net 中使用Ajax。确实需要帮助。
I don't understand why my AJAX extension controls cannot be dragged into my code. When I drag one of the controls, nothing appear.
I tried to fix this problem by download the Ajax Control Toolkit, extract the AjaxControlToolkit.dll, create a new tab in ToolBox, select Choose Item, select AjaxControlToolkit.dll and press Ok. Then my new tab disappear. Or the tab remains, without any controls in it. However, when I check "Show All", the controls and disappeared tab does exist.
I need to use Ajax in asp.net. Really need help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我找到了解决方案。我的 Windows 7 没有 AJAX Control Toolkit 所需的 .NET Framework 3.0。在控制面板->程序->“打开或关闭Windows功能”中安装.NET Framework并将项目更改为.NET Framework 3.5后,它就可以工作了。
Ok I found the solution. My Windows 7 does not have .NET Framework 3.0 which is required by teh AJAX Control Toolkit. After install the .NET Framework in Control Panel->Program->"Turn Windows Features on or off" and changing the project to .NET Framework 3.5, it worked.