コード例 #1
0
        protected void btnGuardar_Click(object sender, EventArgs e)
        {
            Transaccion.InsertaEstadoReconst(this.txtEstadoReconstitucion.Text.ToString());
            string str = "MntEstadosReconstitucion.aspx";

            this.Page.RegisterClientScriptBlock("Mensaje", "<script>alert('Datos guardados correctamente');location.href='" + str.ToString() + "';</script>");
        }