ComboBox 帮定问题
SqlConnection con = DB.DBAZCC();
con.Open();
SqlCommand cmd = new SqlCommand("SELECT * FROM GongZhuRenYuan", con);
SqlDataReader sdr = cmd.ExecuteReader();
this.cbbbumen.DataSource = sdr;
上面红色字是有问题的,提示"复杂的 DataBinding 接受 IList 或 IListSource 作为数据源。"是怎么回事啊??

有肚量去容忍那些无法改变的事情 有勇气去改变那些可以改变的事情 有智慧去区别上述二类事