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