I have a datagridview that is connected to a table. The datagridview changes when certain actions are made, but I would like it to refresh (i.e. reload the grid from a datatable that I create) even if the user isn’t doing anything so the data the user sees is up to date. What is the best way to do this? Thanks!
I have a datagridview that is connected to a table. The datagridview changes when
Share
Try using a timer like this