Rehan Shaikh

Rehan Shaikh

  • NA
  • 51
  • 12k

Add root node after load data from dataset in XML using C#

Aug 18 2015 5:49 AM
XmlDocument xmlDoc = new XmlDocument();
XmlNode rootNode = xmlDoc.CreateElement("FutureJobs");
xmlDoc. AppendChild(rootNode2);
xmlDoc2.LoadXml(ds.GetXml());

Answers (1)