protected void Button4_Click(object sender, EventArgs e) { Reservations_SETSTATUS.Update(); string path_return = (string)Session["Return_Path_for_Personel_Tameio_diav"]; String x = "<script type='text/javascript'>window.opener.location.href='" + path_return + "';self.close();</script>"; ScriptManager.RegisterClientScriptBlock(this.Page, this.Page.GetType(), "script", x, false); }
protected void Button3_Click(object sender, EventArgs e) { Reservations_SETSTATUS.Update(); Session["ID_Pers_NEWPERS"] = "X"; string path_return = "/Kiosk/Tameio/TameioN.aspx";; String x = "<script type='text/javascript'>window.opener.location.href='" + path_return + "';self.close();</script>"; ScriptManager.RegisterClientScriptBlock(this.Page, this.Page.GetType(), "script", x, false); }
protected void Button4_Click(object sender, EventArgs e) { Reservations_SETSTATUS.Update(); Button2_Click(null, null); }