摘要:
最常见的数据绑定: string sqlStr=数据库查询语句; DataManager db = new DataManager(); DataSet ds = db.ExcuteSelectCmd(sqlStr); DataGridView.DataSource = ds.Tables[0];对DataGridViewCheckBoxColumn列进行动态添加,赋值,判定选中 添加: Data... 阅读全文
posted @ 2009-06-22 09:09
与时俱进
阅读(1078)
评论(0)
推荐(0)