Tag Archives: XMLNodeList

How To Convert XMLNodeList To DataTable

After doing an XPath selection using .Net, using XmlDocument.SelectNodes(), it will return XMLNodeList class, sometimes we required to convert the XMLNodeList to Data Table for binding purposes. I couldn’t find a direct way, only way is using looping through the … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net | Tagged , , , | Leave a comment