Showing posts with label creating XML file. Show all posts
Showing posts with label creating XML file. Show all posts

Monday, 2 April 2012

How u can create XML file


To write Dataset- Contents out to disk as an XML file use:


MyDataset.WriteXML(server.MapPath("MyXMLFile.xml"))
Hi you can create Xml file for eg XmlDocument docXML = new XmlDocument(); docXML.LoadXml(""); for complete information refer http://www.perfectxml.com/DotNetXMLKBs.asp?pg=8&t=H