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.
Loading
Satyapriya NayakPosted Aug 20, 2011, 12:36 PM
Please elaborate the question.
Thanks
Gomathi PalaniswamyPosted Aug 20, 2011, 10:02 AM