熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

Asp.net Mvc Pv4中使用AjaxHelper

2022-06-13   來源: .NET編程 

  這個有點類似於UpdatePanel首先要引用個js一個是Microsoft Ajax Lib一個是Mvc的Ajax新類 CODE:          <script src=/Content/MicrosoftAjaxjs type=text/javascript></script>
        <script src=/Content/MicrosoftMvcAjaxdebugjs type=text/javascript></script>

  使用方法          <%using (AjaxForm(About new AjaxOptions() {UpdateTargetId = showdiv})) { %>
        <%=HtmlSubmitButton() %>
        <div id=showdiv></div>
        <%} %>

  這樣就將其中的About這個Action顯示在 了showdiv中

  使用方法          <%=AjaxActionLink(顯示 About new AjaxOptions() { UpdateTargetId = showdiv})%>

  這樣就可以通過一個連接直接顯示了


From:http://tw.wingwit.com/Article/program/net/201311/13703.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.