摘要:
应该一:无刷新联动效果get方式:public ActionResult MaterialByClass(string l) { var materials = _db.Products.Where(m => m.CodeClass == l).ToList().Select(a => new SelectListItem() { Text = a.Material.Name != null ? a.Material.Name : "[NO Date}", Value = a.CodeMaterial }); return Json(m... 阅读全文
posted @ 2013-04-17 22:57
James·wang
阅读(1880)
评论(0)
推荐(0)
浙公网安备 33010602011771号