Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
5124 Points
2025 Posts
Jan 16, 2009 12:36 PM|LINK
Martin_Honnen, thanks for ur response.
If i do like this,
DataSet ds = new DataSet();
ds.ReadXml("Simple.xml");
dataGridView1.DataSource = ds.Tables[0];
now i want to filter the data from ds using LINQ could you please tell me how to write the query without mention column name?
jeyaseelan@a...
Contributor
5124 Points
2025 Posts
Re: read data from xml file using LINQ?
Jan 16, 2009 12:36 PM|LINK
Martin_Honnen, thanks for ur response.
If i do like this,
DataSet ds = new DataSet();
ds.ReadXml("Simple.xml");
dataGridView1.DataSource = ds.Tables[0];
now i want to filter the data from ds using LINQ could you please tell me how to write the query without mention column name?
J.Jeyaseelan