从 VS 2005 转换到 VS 2008 后更新面板不起作用

发布于 2024-08-25 22:18:07 字数 89 浏览 4 评论 0原文

我已经更新到最新版本的 AjaxControlToolkit,但它似乎仍然不起作用。例如,UpdatePanel 第一次可以工作,但它从未到达我的最终请求处理程序。

I've updated to the latest version of the AjaxControlToolkit, but it still doesn't seem to work. UpdatePanel for example works the first time, but it never hits my endrequesthandler.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你对谁都笑 2024-09-01 22:18:07

我也遇到过类似的问题。我已将页面中的 scriptManager 元素替换为 ToolKitScriptManager,并且它开始工作。 ToolkitScriptManager 可以在 ajax dll 中找到。如果您到目前为止还没有导入ajax dll,这里有一步一步的解释 http://dotnetguts.blogspot.com/2008/06/ajax-control-toolkit-vsnet-2008.html

希望有帮助

I have experienced a similar problem. I have replaced scriptManager elements in the page with ToolKitScriptManager and it got working. ToolkitScriptManager can be found in ajax dll. If you havent imported ajax dll upto now there is a step by step explanation here http://dotnetguts.blogspot.com/2008/06/ajax-control-toolkit-vsnet-2008.html

Hope it helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文