如何设置ajax.beginform同步

时间:2012-12-14 14:08:33

标签: c# asp.net-mvc-3

目标

我想知道是否有办法设置Ajax.beginform同步?或者如果我必须使用其他类型的表格。

代码:

 @using (Ajax.BeginForm("InputMaterial", "Grid", new AjaxOptions() { UpdateTargetId ="divCurrentZone" ,
                                                                 InsertionMode = InsertionMode.Replace, 
                                                                 HttpMethod = "POST" })) {
    <div id="divCurrentZone">
        @Html.Partial("_CurrentZone", Model)
    </div> 
}

0 个答案:

没有答案