So I have been trying to figure this issue out and am not sure where to begin.
I have a datagrid which I have coded where the user is able to select 1 row only. I wanted to create an edit button that would capture the data within that row and then populate another form's text boxes that the user would be able to edit. Then they would click another button that would update the table.
So basically I want the datagrid only to look at the data and then the text box form to edit and change data.
Any tips?
I have a datagrid which I have coded where the user is able to select 1 row only. I wanted to create an edit button that would capture the data within that row and then populate another form's text boxes that the user would be able to edit. Then they would click another button that would update the table.
So basically I want the datagrid only to look at the data and then the text box form to edit and change data.
Any tips?