How to add selected rows from one dataTable to other..
Hi all,
I hv a dataTable containing some rows. when i click a button a new window appears containing other dataTable. Iam displaying data in a dataTable from an ArrayList. In the first column i hv placed checkboxes. If the user selects some rows by clicking on checkboxes, I hv to close the new window and add all the selected rows to the parent window dataTable. How to do that? any ideas?
Thanks...

