用于 ASp.net MVC 的 AJAX 工具包

发布于 2024-08-30 03:00:02 字数 29 浏览 8 评论 0原文

有没有asp.net MVC的ajax工具包

Is there any ajax toolkit for asp.net MVC

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

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

发布评论

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

评论(3

余生一个溪 2024-09-06 03:00:02

由于 MVC 没有 ViewState 或 Web 表单回发模型,因此 AjaxControlToolkit 无法使用它。

有一个项目可以执行此操作(http://mvccontroltoolkit.codeplex.com/),但还没有释放。

有许多博客都提供了不同的控件,但说实话,我建议查看 jQuery 及其插件(http: //www.jqueryui.com/)。 MVC 更自然地适合这些,它不是基于控制的。

As MVC does not have ViewState or the Web Forms postback model the AjaxControlToolkit will not work with it.

There is a project to do this (http://mvccontroltoolkit.codeplex.com/) but it's not yet released.

There are numerous blogs where have got different controls working but to be honest I'd suggest looking at jQuery and its plugins (http://www.jqueryui.com/). MVC lends itself far more naturally to these, it is not control-based.

抱着落日 2024-09-06 03:00:02

这是另一个讨论此问题的资源: http://www.hanselman.com/blog/ASPNETMVCPreview4UsingAjaxAndAjaxForm.aspx

此外,ASP.NET MVC 非常容易让您自己制作令人惊叹的 ajax 控件,特别是与 jQuery 结合使用时。

Here's another resource talking about this: http://www.hanselman.com/blog/ASPNETMVCPreview4UsingAjaxAndAjaxForm.aspx

In addition, ASP.NET MVC lends itself quite easily to making your own amazing ajax controls, especially when combined with jQuery.

嗳卜坏 2024-09-06 03:00:02

在谈论类似于 AJAX 工具包中的用户控件时,ASP.NET MVC 的重点更多地放在 HTML 和客户端代码上 - 您可能想查看优秀的 http://www.jqueryui.com/ 一些不错的客户端控件。

The emphasis in ASP.NET MVC is more on HTML and client-side code when talking about user-control similar to those in the AJAX Toolkit - you may like to check out the excellent http://www.jqueryui.com/ for some good client-side controls.

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