Hello, I'm having a problem and I've even asked a similar question previously, but now I'm being more specific.
I have two forms, one form has a DataGridView attached to one Database and the other form will serve as an edit for the data of the records shown in that DataGridView.
For this to occur, the user will select a row with a DataGridView record and click the Edit button, which will open the other form.
I do not know how to do the following part: I need to pass the data from the records that are in the dataGridView in the main form to the textBoxes of the edit form, so that it is possible to change this data.
If anyone can help, I'll be grateful = D I'm using Windows Form.