protected void Button1_Click(object sender, EventArgs e) { //批量删除 if (!string.IsNullOrEmpty(Request.Form["idchk"])) { classBll.DelByIDS(Request.Form["idchk"]); } MyBind(); }
public int ClassRoom_Del(string ids) { croomBll.DelByIDS(ids); return(Success); }