I am looking to refresh a data grid view (dgv) that's tied to a data source. Currently the dgv updates a record but doesn't refresh the record. So the user has to back out of the form and then reenter it to see the updated record. I need to make the dgv refresh as soon as the user updates the record. Currently I have the following code:
dataGridView1.Refresh();
dataGridView1.Parent.Refresh();
This doesn't do anything. Any suggestions on how to go about this?

New Topic/Question
Reply



MultiQuote






|