Пример #1
0
 protected void btnXoaHoSo_Click(object sender, EventArgs e)
 {
     if (don.XoaDuLieuBienDongDuBi(Session["DangKyBienDong"].ToString()))
     {
         Response.Write("<script>alert('Xóa thành công!')</script>");
     }
     else
     {
         Response.Write("<script>alert('Xóa thất bại!')</script>");
     }
 }