0
Hi, I’m having a problem and I’ve even asked a similar question before, but now I’m being more specific.
I have two Forms, one form has a Datagridview connected to a Database and the other form will serve as editing for the data of the records shown in that Datagridview.
For this to happen, the user will select a line with a Datagridview record and click the Edit button, which will open the other form.
I don’t know how to do the following part: I need to pass the data of the records that are in the dataGridView in the main form to the textBoxes of the editing form, so that it is possible to change this data.
If anyone can help, I’d be grateful I’m using Windows Form.