예제 #1
0
 //移除
 protected void BatDel_Btn_Click(object sender, EventArgs e)
 {
     if (!string.IsNullOrEmpty(Request.Form["idchk"]))
     {
         upBll.DelByIDS(Request.Form["idchk"]);
         MyBind();
     }
 }