I have an xml file named Data.xml and it looks something like this
<Data>
<NumberID>23423 </NumberID>
<NumberID>34234 </NumberID>
<NumberID>45435 </NumberID>
<NumberID>67867 </NumberID>
</Data>
I want to display these numbers, on a ListBox control on my application. How can I bind this xml file to the list?
Use an XmlDataProvider: