I have a populated DataTable that I would like to serialize to a file for later use. I looked through the options related to this and wondered if anyone could point me in the right direction.
What I will create are two methods: one for writing data to a file, and the other for creating a new data type using the file as input. Does it make sense to use the WriteXML () and Load () methods for this, and if so, which flag are those you need to focus on? Thanks for the guide.
I am using .Net 2.0 if this helps.
larryq
source share