Exemplo n.º 1
0
        protected void btnEliminar_Click(object sender, EventArgs e)
        {
            Bobina bob = new Bobina();

            bob.ID_Bobina = Convert.ToInt32(Request.QueryString["not"]);
            if (bobControl.ActualizarTipPap(bob, 2))
            {
                string popupScript = "<script language='JavaScript'>window.opener.location.reload();window.close(); </script>";
                Page.RegisterStartupScript("PopupScript", popupScript);
            }
            else
            {
            }
        }