摘要: 我来测试测试啊 白哦个 Technorati 标签: 测试 //更新会员信息 [AcceptVerbs(HttpVerbs.Post)] ... 阅读全文
posted @ 2011-06-03 17:26 大大宝 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 关于FormPanel的配置参数,请主要参考panel的参数,这里列举另外两个:1.labelAlign:fieldlabel的排列位置,默认为"left",其他两个枚举值是"center","right" 2.labelWidth:fieldlabel的占位宽 3.method:"get"或"po... 阅读全文
posted @ 2011-06-03 15:48 大大宝 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 首先,实现一个json model binder ,判断所有的数据,如果是包含指定contentType的json 则进行 转换 public class JsonModelBinder:DefaultModelBinder{ public override obje... 阅读全文
posted @ 2011-06-03 14:52 大大宝 阅读(656) 评论(0) 推荐(0) 编辑
摘要: Action 如下,其中传递过来的master已经从json model 转换为 实体Model [HttpPost] public ActionResultEdit(Mastermaster) { if (ModelState.IsValid) { db.Master.A... 阅读全文
posted @ 2011-06-03 14:37 大大宝 阅读(774) 评论(0) 推荐(1) 编辑