【问题标题】:MVC with ASP.NET using Ajax 3.5使用 Ajax 3.5 与 ASP.NET 的 MVC
【发布时间】:2012-02-24 12:22:40
【问题描述】:

我已将我的 asp.net 应用程序代码与 MVC 应用程序集成。 我按照这些步骤进行了集成。

  • 创建新的 mvc 应用程序。
  • 将 asp.net 应用程序的代码复制到该 MVC 应用程序中。


我使用 Ajax 3.5 的一些页面无法正常工作。就像我使用了 ajax 3.5 的 HoverMenuexternder 和 modalpopupExtender 但集成后它将无法工作。

【问题讨论】:

    标签: asp.net asp.net-mvc-3 asp.net-ajax ajaxcontroltoolkit


    【解决方案1】:

    听起来您正在使用 AjaxControlToolkit。这仅适用于 WebForms。 在 MVC 中,您必须手动连接 jQuery 效果(或者可能使用其他代码框架,不确定它们是否适用于 MVC)

    【讨论】:

    • 我在 WebForms 上使用它,这些表单与 MVC 集成。
    猜你喜欢
    • 2014-01-24
    • 2010-10-21
    • 1970-01-01
    • 2010-10-11
    • 2021-05-24
    • 1970-01-01
    • 2023-03-11
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多