January 16th, 2009, 12:13 AM
|
Registered User
|
|
Join Date: Nov 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Need your Help for LINQ urgently
I have read Beginning Microsoft Visual C# 2008 and I try to do something myself.
using Northwind database,
I want to list of product name belong to an order.
I put temp data in List<> and then I try to query it.
and put queryResult in datagridview
but there' s nothing show in gridview.
Could please you help me to sovle this proplem.
I am very new for linq.
I also attach data source file
dowload source
Last edited by embarus; January 16th, 2009 at 12:15 AM..
|