please ignore this post...i got it solved...
Hello,
I am having the same problem. I am trying to use the DataTable object and an array of DtaaRows from the Select method on the Table. I keep getting exceptions that the column does not exist when it does. I have created a DataGridView to display for debugging purposes and it has the DataSet from my initial select populated but when I try to filter it in memory it won't.
I don't want to have to continually goto the database for the data that I have in this dataset. I have the data so I would like to be able to filter it depending on what I have in another control.
Anyone who has the answer to this would be appreciated.
Thanks,
Catrece