I have 2 forms. Form1 contains a datatable. When I instantiate form2, I pass it one record from form1's datatable. Then I do some things in form2, and now I want to update the datatable in Form1, based on what was done in form2.
How can I accomplish this? I need to remove datarows, and add new datarows, and I must have the data from form2 to accomplish this.