Yes, Actually I'm quite lost.
In the GridView, I remembered being able to use a template field and the eval statement to get data related to the original table I brought up; so with a Category table with a Product table linked to it using a foreign key I can use the foreign key to get data from the Product table (eval - catID.ProductName).
So I use Linq to capture all the fields (if I have my jargon right) from one table and then use Gridview to access a related table.
I know I was able to get to related tables in the Gridview but can't pull it off now. I need to figure out how that happened. Too bad I didn't keep an example.
|