Databinding a specific column in a gridview
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.