现在我在数据库中提取了数据到一个集合里,怎么用comboboxetid 下拉列表看到这些数据
你说的集合是什么,是dataset么?foreach (var row in dataset.Tables[0].Rows){row["字段"]就是值}