I am trying to update a grid control (refresh with a new data source) on one form after saving some values to the database via another form. The main form that contains the grid control remains open while the second form is opened, data is entered and saved to the database. Once the data is saved, I would like the grid on the first form to be requeried and refreshed. It was simple to access a control on another form within VB6, but I am having some difficulty determining how to accomplish this in .NET. Any guidance would be greatly appreciated.