11 2015 档案

根据样式往里添加动态数据
摘要:训练计划 2015/11/19 08:00 2015/11/19 10:30 2015/11/19 14:00 2015/11/19 18:30 --%> 活动身体 活动身体 活动身体 活动身体 --%> </di 阅读全文

posted @ 2015-11-21 14:11 怎能不累 阅读(218) 评论(0) 推荐(0)

在同一个数据库表中添加不同的数据(笛卡尔积)
摘要:/// /// 添加检测项目 /// private void PbitemCodeSubmit() { string msg = "0"; string[] oldPBItems = Request.Form["ipt_pbitemcode"].Split(','); string strW... 阅读全文

posted @ 2015-11-11 14:56 怎能不累 阅读(405) 评论(0) 推荐(0)

修改某个数据可属性值根据三层 BLL
摘要:/// /// 提交 /// private void Submit() { string msg = "-1"; int id = Convert.ToInt32(Request.Form["ipt_citygameid"]); if (msg == "-1") { if (!string.... 阅读全文

posted @ 2015-11-11 14:55 怎能不累 阅读(207) 评论(0) 推荐(0)

根据条件删除
摘要:/// /// 删除检测项目 /// private void DelPBItem() { string msg = "0"; string id = Request.Form["ipt_biotestplanheaderid"]; string pbItemCode = Request.F... 阅读全文

posted @ 2015-11-11 14:54 怎能不累 阅读(220) 评论(0) 推荐(0)