how to import data from a xml file into datagrid view using linq?
- by syedsaleemss
Im using c# .net , windows form application. I have a XML file which contains two columns and some rows of data. now i have to fill this data into a data grid view. I want to use LINQ.