摘要: private void dataGridView1_Scroll(object sender, ScrollEventArgs e)         {             if (e.ScrollOrientat... 阅读全文
posted @ 2009-09-01 15:16 汉城 阅读(639) 评论(0) 推荐(0) 编辑
摘要: private void dataGridView1_RowPrePaint(object sender, DataGridViewRowPrePaintEventArgs e)         {            ... 阅读全文
posted @ 2009-09-01 15:14 汉城 阅读(1214) 评论(0) 推荐(0) 编辑
摘要: public class DataSetCompare    {        SqlConnection _Comm = null;        DataSet dsEmployee = null;     ... 阅读全文
posted @ 2009-09-01 15:07 汉城 阅读(338) 评论(0) 推荐(0) 编辑