0
kicks
Binding XML File to Data Grid in Silverlight
It is a common scenario when we need to bind or display data from XML File to Silverlight Data Grid. In this article, I have tried to demonstrate this with simple steps. What all we are going to do is Download content of XML file as string using WebClient class. Parse XML file using LINQ to XML. Bind...