DNN支持ajax控制工具包吗?

发布于 2024-10-27 12:06:12 字数 60 浏览 1 评论 0 原文

DNN是否支持ajax控制工具包。 如果不是那么为什么,我怎样才能使 DNN 支持 Ajax 控制工具包?

Do DNN support ajax control tool kit.
If not then why, and how can i make DNN support Ajax Control Tool kit?

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

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

发布评论

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

评论(2

小矜持 2024-11-03 12:06:12

我让我的模块与 Ajax 控制工具包一起工作。我添加了对模块的引用,并将 dll 作为依赖项包含在包中。

I made my module work with the Ajax Control Tool Kit. I added a reference to my module and included the dll in the package as a dependency.

≈。彩虹 2024-11-03 12:06:12

该 dll 已随 dnn 安装一起加载。
你可以像这样在你的项目中使用它
首先注册dll

然后访问控制列表


有关此内容的更多信息,请访问 codeplex

The dll is already loaded with the dnn installation.
You can use it in your project like this
First Register the dll

Then access the control list as

<dnnweb:dnnajaxpanel...

More on this on codeplex

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