D Dave Nov 7, 2004 #1 How can I save DataTable XML representation to the string and also load data (XML formatted) from the string to the DataTable?
How can I save DataTable XML representation to the string and also load data (XML formatted) from the string to the DataTable?
F Frans Bouma [C# MVP] Nov 7, 2004 #2 Dave said: How can I save DataTable XML representation to the string and also load data (XML formatted) from the string to the DataTable? Click to expand... Add the datatable to a new dataset and use the Xml methods of the dataset. Frans.
Dave said: How can I save DataTable XML representation to the string and also load data (XML formatted) from the string to the DataTable? Click to expand... Add the datatable to a new dataset and use the Xml methods of the dataset. Frans.