摘要:
//得到选中的项 string strType = "";//车损损失类别 if (this.cbc_lost_type_ids.CheckedItems.Count > 0) { foreach (System.Data.DataRowView item in this.cbc_lost_type_ids.CheckedItems) { strType += item.Row["DICT_KEY"].ToString() + ","; } }//根据值使复选框选中 int icount = cbc_lost_type_ids. 阅读全文