menustrip
on the left and another form
on the right, hence on menustrip
has the options of novo
(loads form nvCli
) and busca
(loads form% ( nvConsCli
), it is necessary that when the user presses the busca
option it will update the dataGridView
of the form ( nvConsCli
) that will open, because if the user has just registered a record it already appears in gridView
/ p>
I tried with the following code:
nvConsCli.clientesTableAdapter.Fill(nvConsCli.regDataSet.clientes);
And another series of codes, but it does not work, it does not reload the database data and puts it in dataGridView