protected void Button1_Click(object sender, EventArgs e) { try { if (Session["TT"] != null) { DataTable dt = (DataTable)Session["TT"]; xl.UodateThanhToan(dt); xl.Show("Thanh toán thành công"); } } catch { xl.Show("Thanh toán thất bại"); } }