repeater进行循环判断foreach(RepeaterItem ri in Repeater1.Items){CheckBox cb=ri.FindControl("chkChoose") as CheckBox;if(cb!=null){if(cb.Checked)return cb.value;}}