如何循环取出comboBox中的值?
象循环取出datatable中的值,可用
for(int intRow=0;intRow<this.dt_db.Rows.Count;intRow++)
但comboBox好象没有关Count之类的属性啊