peter larsen

peter larsen

  • NA
  • 1
  • 1.8k

Databinding a specific column in a gridview

Aug 19 2011 3:27 AM
Hello

Say I have the following two tables :

  -Orders (Id, Type, Status)
  -Items (Id, OrderId, Name)

What I'm trying to do, is create a gridview to list all my orders including (and this is my problem) a multiline column that shows all items belonging all the individual orders. I've read pages up and down about databinding gridview, which is easy enough, but I have had no luck in finding a solution to this.

Answers (2)