Andrew

Andrew

  • NA
  • 2
  • 0

I want to bind an XML document to a ListBox and access it using XDocument NOT XMLDocument

Feb 3 2010 8:26 AM
I have managed to successfully bind an XML document to a list box. However to manipulate the XML I want to use LINQ to XML rather than the XmlDocment that the XmlDataProvider provides.

Is it possible to get an XDocument from the XmlDataProvider?

Answers (1)