ds.ReadXML(xmlFilePath) //reads the xml and loads Tables, Rows and columns format so to read first columns value of first row and first table then statement would be Tabless[0].Rows[0].Columns[0] format
ds.WriteXml(xmlFilePath) //save data into xml format
Mudasir.Khan
All-Star
15346 Points
3142 Posts
Re: how to write xml in rss format from dataset
Jul 04, 2012 03:47 AM|LINK
Dataset support
ds.ReadXML(xmlFilePath) //reads the xml and loads Tables, Rows and columns format so to read first columns value of first row and first table then statement would be Tabless[0].Rows[0].Columns[0] format
ds.WriteXml(xmlFilePath) //save data into xml format