I created several datatables in .NET en put some relations on it, then I add
those tables to a dataset and write the dataset to xml.
Now in the XML file everything is ok except that a parent table who has
no records in the childtable is displayed in XML as
"<DataTableName />". I don't want to display this if there isn't any child
records in it.
How do I do that, in .NET?
Greets.
iNZa.
(inza141@yahoo.com)