Example #1
0
 protected void BatDel_Btn_Click(object sender, EventArgs e)
 {
     if (!string.IsNullOrEmpty(Request.Form["idchk"]))
     {
         keyBll.DelByIDS(Request.Form["idchk"]);
     }
     MyBind();
 }