writing dataset to xml
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a dataset with nested tables: 1 2 and I´m trying to write this dataset into a xml file, but I don´t want to write the first element of the dataset. I´m using the dataset1.WriteXml() method. I want the xml file to look like this: 1 2 How can I accomplish this? Can anyone help me please? cellardoor