Ejemplo n.º 1
0
 protected void ButtonFiltrar_Click(object sender, EventArgs e)
 {
     if (FechaInicio.Value != null && FechaFin.Value != null)
     {
         lsBitacora = gestorBitacora.Filtrar(FechaInicio.Value + " 00:00:00:000", FechaFin.Value + " 23:59:59:998");
     }
 }