07 2015 档案

摘要:效果图:前台调用: //图一的前台调用 MessageBox.Show("测试", "标题", MessageBoxButtons.OK); //图二的前台调用 Functionjsj.ShowMsg("测试",... 阅读全文
posted @ 2015-07-09 17:34 Jackerson 阅读(782) 评论(0) 推荐(0)
摘要:功能: 删除选中行前台调用: string str=""; GridDelete(gv, "chk", out str); MessageBox.Show(str);底层类: /// /// 删除所有选中行 /// ... 阅读全文
posted @ 2015-07-02 10:57 Jackerson 阅读(523) 评论(0) 推荐(0)
摘要:说明: GirdControl 中添加一列,这一列不是写在数据库中的,而是代码中添加的。图示:底层类代码:#region GridControl 全选 /// /// 是否选中 /// private static bool chkStat... 阅读全文
posted @ 2015-07-01 17:20 Jackerson 阅读(4548) 评论(0) 推荐(0)