Master Detail Forms refreshing datagridview

R

RSH

I have a situation where I have a Master form that contains a DataGridView.
Each row has a details... button that spawns a new winform which shows many
more fields than the DataGridView. The user can elect to update any of the
displayed information the problem is that if they do, even though the
database is updated, when the Detail form is closed the Datagrid is not
updated. Of course I understand why not, but how can I refresh the datagrid
with the freshly entered information when the Details form closes?

Thanks!
RSH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top