如何将 Asp.Net Ajax 与 ScriptSharp 结合使用?

发布于 2024-12-11 23:35:39 字数 160 浏览 0 评论 0原文

最近我们决定将我们的项目更新到最新版本的 Script#。我们大量使用 MS Ajax 库,但在当前的 Script# 版本中不再有 Sys 命名空间。

任何人都可以提供如何将 Asp.Net Ajax 与 ScriptSharp 0.7.x 一起使用的方法吗?

提前致谢。

Recently we have decided to update our project to the latest version of Script#. We are heavily using MS Ajax library, but in the current Script# release there is no Sys namespace anymore.

Could anyone provide a way how to use Asp.Net Ajax with ScriptSharp 0.7.x?

Thanks in advance.

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

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

发布评论

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

评论(2

长不大的小祸害 2024-12-18 23:35:39

从版本 0.6 开始,Script# 不支持 ASP.NET Ajax。有关更多详细信息,请参阅官方答案或这个

因此,这里最好的选择可能是从 MS Ajax 迁移到 jQuery 库,正如之前答案中所建议的那样。

Script# doesn't support ASP.NET Ajax starting from version 0.6. For more details see this official answer or this one.

So, probably the best option here would be to migrate from MS Ajax to jQuery library as were suggested in previous answer.

爱格式化 2024-12-18 23:35:39

我已经在 Ajax 中成功使用了最新的 Script# 。 jQuery 命名空间是 jQueryApi。如果您从 github 下载整个发行版,这里有一些很好的示例,例如说明 Ajax 的 PhotoDemo 等事物。

希望这有帮助。

I've been using latest Script# successfully with Ajax. jQuery namespace is jQueryApi. If you download the whole distribution from github, there are some good samples, such as PhotoDemo that illustrate Ajax among other things.

Hope this helps.

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