コード例 #1
0
 private void BuscarApellido()
 {
     this.dataListado.DataSource = NEmpleado.Apellido(this.txtBuscar.Text);
     this.OcultarColumnas();
     lblTotal.Text = "Total de Registros: " + Convert.ToString(dataListado.Rows.Count);
 }