I have returned a number of rows into a DataGrid on a form_load event.
I am using the following two controls:
DataGrid - dgProducts
Button - btnEditProducts
I would like to be able to click on btnEditProducts and take a selected row in the Datagrid to a new Edit Products form. How would I write the code to select the row, and then bind it to the controls on the Edit Products form?
Thanks,
JD
Start Free Trial