从 VS 2005 转换到 VS 2008 后更新面板不起作用
我已经更新到最新版本的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也遇到过类似的问题。我已将页面中的 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