ASP.NET 中 Ajax 面板内的 DHTMLX 组合
我正在尝试 DHTMLX Combo 和 ASP.NET AJAX 的组合,但由于它只是一个 javascript 而不是 .NET 本机,因此它将忽略更新面板进行回发。我需要它与 AJAX 一起使用,那么我该怎么办?
如果我可以手动执行 AJAX 调用,将会有所帮助,但是如何执行呢?
谢谢。
I'm trying the combination of DHTMLX Combo and ASP.NET AJAX, but since it's simply a javascript and not .NET native it will post back ignoring the update panel. I need it working with AJAX, so what could I do?
If I could do that AJAX call manually it would help, but how?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有一篇文章介绍了如何您可以使用 Javascript 刷新 UpdatePanel。这对你有帮助吗?
更新:由于文章中描述的解决方案非常简洁,我会将其添加到我的答案中,以节省未来读者的时间。在 JavaScript 中:
Here is an article that describes how you can refresh an UpdatePanel using Javascript. Does that help you at all?
Update: Since the solution as described in the article is so concise, I'll add it to my answer to save future readers some time. In Javascript: