protected void CreaTercero_Click(object sender, EventArgs e) { try { var registros = Controlasql.CcreaTercero(txtccoNit.Value.ToUpper(), txtNomb.Value.ToUpper(), txtdir.Value.ToUpper(), txttel.Value, txtCiudad.Value.ToUpper(), txtEmail.Value.ToUpper(), Session["USUARIO"].ToString(), Session["BD"].ToString()); if (registros > 0) { llenaproveedor(); SelectTercero.Focus(); notificacion.Visible = true; excepcion.Visible = false; txtnotifica.InnerText = "Registro Exitoso"; } else { serialcantidad.Value = txtserial.Value.ToUpper(); alertaid.Visible = true; } } catch (Exception ex) { notificacion.Visible = false; excepcion.Visible = true; error.InnerText = "No se Registro. Error: " + ex.Message; } }
protected void CreaTercero_Click(object sender, EventArgs e) { try { var registros = Controlasql.CcreaTercero(txtccoNit.Value.ToUpper(), txtNomb.Value.ToUpper(), txtdir.Value.ToUpper(), txttel.Value, txtCiudad.Value.ToUpper(), txtEmail.Value.ToUpper(), Session["USUARIO"].ToString(), Session["BD"].ToString()); if (registros > 0) { Nuevotercero.Visible = false; llenapersonas(); } else { } } catch (Exception) { Response.Redirect("Exceptionnet.aspx"); } }