I have a DataTable. I need to get a subset of rows in another table. The problem is that because of a bug on Crystal Reports, I need results not in DataView but in DataTable object.
How can I convert or copy records from DataView to DataTable?
How can I convert or copy records from DataView to DataTable?