你的位置:首页 > 软件开发 > ASP.net > Html.DropDownListFor() 二级联动 ($.getJSON)

Html.DropDownListFor() 二级联动 ($.getJSON)

发布时间:2016-01-26 23:00:05
Control:1 public ActionResult GetPositionName(int parentid) //发布新职位页面中的根据职位类别,获取职位名称2 {3 List<Category> categorylist2 = cat ...

Html.DropDownListFor() 二级联动 ($.getJSON)

 

Control:

1 public ActionResult GetPositionName(int parentid)  //发布新职位页面中的根据职位类别,获取职位名称2     {3       List<Category> categorylist2 = categorymanage.GetCategotyByParentId(parentid);4       return Json(categorylist2.ToList(), JsonRequestBehavior.AllowGet);5     }

原标题:Html.DropDownListFor() 二级联动 ($.getJSON)

关键词:JS

JS
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。