摘要: string deptid = "-1"; if (dsdept.Tables[0].Rows.Count > 0) { for (int i = 0; i < dsdept.Tables[0].Rows.Count; i++) { deptid = deptid +","+dsdept.Tables[0].Rows[i]["dt_id"].ToString... 阅读全文
posted @ 2009-03-30 16:20 流星陨落 阅读(547) 评论(0) 推荐(0) 编辑