Hazel Ortiz

Generation

generate functionThu, 13 Jul 2023

al seleccionar una fecha de inicio que en la base de datos no hay registros, no debería de mostrarme nada en el grid

private void btnGenerarGrafica_Click(object sender, EventArgs e) { var dt = datos.GetDatos(); if (dt != null) { // ... } }

Questions about programming?Chat with your personal AI assistant