how to import data from a xml file into datagrid view using linq?
Posted
by syedsaleemss
on Stack Overflow
See other posts from Stack Overflow
or by syedsaleemss
Published on 2010-04-12T12:07:42Z
Indexed on
2010/04/12
12:13 UTC
Read the original article
Hit count: 183
c#
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.
© Stack Overflow or respective owner