What I am trying to do is have a Parent Datatable which will collect values from Sub Datatable for each row of Parent Datatable.
I am not able to wrap around how to go about creating dynamic Datatable for each row of data added to the Parent Datatable and have table name of sub Datatable which can be identified with the row number and the same can be retrieved in another datagridview while selecting each row when trying to edit.
I, hope was able to communicate what I am looking for.
Thank you.