摘要: //得到选中的项 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. 阅读全文
posted @ 2011-03-23 17:01 张@天 阅读(593) 评论(0) 推荐(0) 编辑