Esempio n. 1
0
 protected void BatDel_Btn_Click(object sender, EventArgs e)
 {
     if (!string.IsNullOrEmpty(Request.Form["idchk"]))
     {
         gradeBll.DelByIDS(Request.Form["idchk"]);
         Response.Redirect(Request.RawUrl);
     }
 }