摘要: 判断修改的中的值,用前面的,否则容易获得空值;this.dataGridView1.Rows[i].Cells[0].EditedFormattedValue; VS bool b = (bool)this.dataGridView1.Rows[i].Cells[0].Value; 阅读全文
posted @ 2015-09-22 20:14 qqhfeng16 阅读(342) 评论(0) 推荐(0)
摘要: //保存 this.jbbBindingSource3.EndEdit(); this.jbbTableAdapter3.Update(this.databaseDataSet3.jbb); 阅读全文
posted @ 2015-09-22 20:13 qqhfeng16 阅读(633) 评论(0) 推荐(0)