Hi,
I have an xml file with this contents.
XDocumentnewXML = XDocument.Load(newStringReader(xmlDetail));
< /Info>
stringaddRootElements = @"";
Now how can I add the above string to the beginning of the xml.
So my XML should like below.
< Info>
< /Info>
Rajeesh MenothPosted Oct 27, 2016, 4:50 AM
Tejas TrivediPosted Oct 27, 2016, 4:48 AM