2013年8月9日

摘要: 显示图片 grid.Column(null,"图片",format:p=>Html.Raw(string.Format("",p.ImageUrl)),style:"g-img"),日期格式: grid.Column("EditDate", "修改日期", (p) => string.Format("{0:yyyy/MM/dd}", p.EditDate), "g-date"), 字符串截取:grid.Column("Title&qu 阅读全文

posted @ 2013-08-09 09:16 !sylar 阅读(262) 评论(0) 推荐(0) 编辑

摘要: 1 public ActionResult Form(int? id) 2 { 3 QueryType(); 4 EntryModel model = new EntryModel(); 5 if (id != null) 6 { 7 model = business.Get(id.Value); 8 } 9 return View(model);10 }11 12 ... 阅读全文

posted @ 2013-08-09 09:12 !sylar 阅读(221) 评论(0) 推荐(0) 编辑