danielkelly
IS-IT--Management
I have an application that shows a datagrid and when i double click on a cell, it opens a new form with the details of the selected row so i can edit the values.
The question i have is how can I tell the main datagridview to refresh once i save the record.
I am populating the datagridview from a method which connects to the database and updates the datagrid. So basically i want to call that method but from the new Editing form. Is this possible??
Thanks in advance.
The question i have is how can I tell the main datagridview to refresh once i save the record.
I am populating the datagridview from a method which connects to the database and updates the datagrid. So basically i want to call that method but from the new Editing form. Is this possible??
Thanks in advance.