foreach(var item in 数据源绑定控件.Items){ CheckBox chk = item.FindControl("CheckBox") as CheckBox; if(chk.Selected) { //组合删除条件 }}//通过删除条件,删除数据