Hello! I have a datagridview and a combobox which get populated randomly with data. However, the new data is never displayed automatically. Someone mentioned the idea of invalidating the control to force the application to redraw it and thus iterate through the contents and populate the control with the new data.
Does anyone know which is the best method for implementing auto-updating controls in windows forms applications?
help greatly appreciated,
regards.