1
Reply

put List<> into DataSet

patrick

patrick

May 22 2009 12:56 PM
5.2k
Okay, I'm serializing a dataset in binary mode to a text file. Theres no problem there, but I want on of the columns in my dataset to hold a generic list. How can I make it do this? If I simply set cell=List<>, it throws an xml error, which im not trying to use.

Answers (1)