Click here to Skip to main content
15,793,921 members

Comments by Uttam katariya (Top 5 by date)

Uttam katariya 11-Sep-15 0:09am View    
Hi,
you can add child node like
XmlElement XEle = XDOC.CreateElement("Child");
XEle.SetAttribute("Name", Str[Index]);
TestChild.AppendChild(XEle);
RootNode.AppendChild(XEle.Clone());

if this post is helpful to you please give rating of this answer
Uttam katariya 11-Sep-15 0:07am View    
Hi can you gice your query example so i can help you?
Uttam katariya 10-Sep-15 8:30am View    
why this answer is devoted?
Uttam katariya 10-Sep-15 8:19am View    
sorry please can you explain in detail
Uttam katariya 10-Sep-15 7:44am View    
hi maciaj
as per your solution
i think its not get perfect result
because inner join can exclude null record so...
Thanks
Uttam