Hello,
I have a datagridview and I allow a user to fill in some checkboxes which call stored procedures to show only certain data based on the criteria given by the user.
I then want to take all that data that is currently shown in the datagridview and copy it into a new datatable. I then plan on adding that table to a dataset so that I can display the data from the datagridview in a Crystal Report.
So any idea on how to copy the rows from a datagridview into a new datatable?
I have spent hours on google trying to find a solution, and I was not able to find a good solution.
A HUGE thanks in advance.
Best regards, Arelius.