.NET MVC框架问题
页面刚加载后显示正常,使用ajax异步加载时母版页就加载不进去了,只能显示数据ajax代码如下:@Ajax.ActionLink(item.Lbmc,"ShoppingL...
页面刚加载后显示正常,使用ajax异步加载时母版页就加载不进去了,只能显示数据
ajax代码如下:
@Ajax.ActionLink(item.Lbmc, "ShoppingList", "Shopping", new { Splb = item.Lbbm }, new AjaxOptions() { UpdateTargetId = "shopList" }, new { style = "color: #666; padding-top: 3px; padding-left: 25px;" })
控制器代码:
List<WgSpda> list = null; if (Splb == 0) { list = WgSpdaManager.GetIndex(); } else { list = WgSpdaManager.GetShop(Splb.ToString(), page); } return PartialView("ShoppingList", list);
母版页代码:
@{Html.RenderAction("ShoppingList", "Shopping");} 展开
ajax代码如下:
@Ajax.ActionLink(item.Lbmc, "ShoppingList", "Shopping", new { Splb = item.Lbbm }, new AjaxOptions() { UpdateTargetId = "shopList" }, new { style = "color: #666; padding-top: 3px; padding-left: 25px;" })
控制器代码:
List<WgSpda> list = null; if (Splb == 0) { list = WgSpdaManager.GetIndex(); } else { list = WgSpdaManager.GetShop(Splb.ToString(), page); } return PartialView("ShoppingList", list);
母版页代码:
@{Html.RenderAction("ShoppingList", "Shopping");} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询