protected void btnXoa_Click(object sender, EventArgs e) { if (LoaiSanPhamBUS.XoaLSP(txtid.Text)) { load(); Response.Write("<script>alert('Xóa loại sản phẩm thành công!')</script>"); } else { Response.Write("<script>alert('Xóa loại sản phẩm thất bại!')</script>"); } }