I have a DataGridView that's bound to a database on my main form, and many other forms that open up to manipulate database values.
How can I notify the main form when another form closes so that I can have it refresh the DataGridView?
Thanks :)
How can I notify the main form when another form closes so that I can have it refresh the DataGridView?
Thanks :)