private void buscarNombre() { if (this.txtBuscar.Text == "") { this.mostrar(); } else { this.dataListado.DataSource = NacfPDFt_procesodiferido.Buscar(this.txtBuscar.Text); this.OcultarColumnas(); lblTotal.Text = "Total de Registros: " + Convert.ToString(dataListado.Rows.Count); } }
private void MostrarCombos() { NacfPDFt_procesodiferido.Buscar("1"); }
private void buscarNombre() { NacfPDFt_procesodiferido.Buscar("1"); }