C# 数据表绑定comboBox
摘要: comboBox1.DataSource = new DataSet().Tables[0]; //绑定数据表 comboBox1.DisplayMember = "数据库字段名"; //绑定字段阅读全文
posted @ 2010-01-13 13:09 VictorShan 阅读(63) | 评论 (0) 编辑
posted @ 2010-01-13 13:09 VictorShan 阅读(63) | 评论 (0) 编辑