Ejemplo n.º 1
0
 private void BuscarFechas()
 {
     this.dataListado.DataSource = NVenta.Buscar_Fechas(this.dtFecha1.Value.ToString("dd/MM/yyyy"),
                                                        this.dtFecha2.Value.ToString("dd/MM/yyyy"));
     this.OcultarColumnas();
     lblTotal.Text = "Total de Registros: " + Convert.ToString(dataListado.Rows.Count);
 }