tags:

views:

6

answers:

0

Hi,

I searching to expose in one DataTable parent and Childs items creating new columns for the repeating childs. The object is merge the main DataTable with child items creating for each child a new row and add them inside.I need to expose a single DataTable with all inside. Can someone propose me the best way?. Thanks

DataTable Parent : ID | Product | Description
DataTable Child : ID | ProductID | Image
Relation : Parent 1:n Childs

Need : ID|Product|Description|Image1|Image2|Image3|Image4|Image5..