Example #1
0
 /*Buscar pelo Nome*/
 private void BuscarNome()
 {
     this.dataLista.DataSource = NUsuario.BuscarNome(this.txtBuscar.Text);
     this.OcultarColunas();
     lblTotal.Text = "Total de Registros: " + Convert.ToString(dataLista.Rows.Count);
 }