Ejemplo n.º 1
0
 private void restaurar()
 {
     FnDeshabilitarControles();
     txtCodAseguradora.Text    = "";
     txtNombreAseguradora.Text = "";
     txtPrecioServicio.Text    = Convert.ToString(0);
     TablaAseguradora.DataBind();
     TablaAseguradora.SelectedIndex = -1;
 }
Ejemplo n.º 2
0
 protected void btnCancelarA_Click(object sender, EventArgs e)
 {
     lblMensajes.Text          = "";
     btnNuevoA.Visible         = true;
     btnEditarA.Visible        = false;
     btnEliminarA.Visible      = false;
     btnInsertarA.Visible      = false;
     btnModificarA.Visible     = false;
     btnBorrarA.Visible        = false;
     btnCancelarA.Visible      = false;
     txtCodAseguradora.Text    = "";
     txtNombreAseguradora.Text = "";
     txtPrecioServicio.Text    = Convert.ToString(0);
     TablaAseguradora.DataBind();
     TablaAseguradora.SelectedIndex = -1;
     FnDeshabilitarControles();
 }