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