摘要: 最常见的数据绑定: string sqlStr=数据库查询语句; DataManager db = new DataManager(); DataSet ds = db.ExcuteSelectCmd(sqlStr); DataGridView.DataSource = ds.Tables[0]; 对DataG... 阅读全文
posted @ 2008-07-01 16:48 朝阳 阅读(2707) 评论(2) 推荐(0)