XmlDocument xmlDoc = new XmlDocument();
XmlNode rootNode = xmlDoc.CreateElement("FutureJobs");
xmlDoc. AppendChild(rootNode2);
xmlDoc2.LoadXml(ds.GetXml());
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arjunan SelvamPosted Aug 18, 2015, 10:15 AM