ASP.NET 中 Ajax 面板内的 DHTMLX 组合

发布于 2024-08-14 11:45:01 字数 270 浏览 3 评论 0原文

我正在尝试 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 技术交流群。

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

发布评论

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

评论(1

月牙弯弯 2024-08-21 11:45:01

这里有一篇文章介绍了如何您可以使用 Javascript 刷新 UpdatePanel。这对你有帮助吗?

更新:由于文章中描述的解决方案非常简洁,我会将其添加到我的答案中,以节省未来读者的时间。在 JavaScript 中:

__doPostBack('updatePanelId', 'someArgument');

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:

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