Serializing/Deserializing a typed DataTable existing in a DataSet

  • Thread starter Thread starter Venugopal Mallarapu
  • Start date Start date
V

Venugopal Mallarapu

I want to serialize a DataTable that exista within a typed
Dataset into an XML file and later deserialize it.
I am not able to do that....
any pointers?
 
Hi,

No, DataTable is not serializable.
Why don't you create an empty dataset, put the table into and serialize it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top