D Dave Nov 7, 2004 #1 How can I save DataTable XML representation to th string and also load data (XML formated) from the string to the DataTable?
How can I save DataTable XML representation to th string and also load data (XML formated) from the string to the DataTable?
A Alex Feinman [MVP] Nov 7, 2004 #2 Add table to a dataset (if it does not belong to one) and use DataSet.WriteXml and DataSet.ReadXml