views:

19

answers:

0

Hi All, I have a ContentControl which has a DataTemplate defined as the ContentTemplate. In the DataTemplate I have two TextBlocks and a ListBox.

I have the two entities(Parent/child) as the data source. What I want is to Bind the Two TextBlocks with the Parent fields and the ListBox with the Child record's list (Customer/Orders). My question is How can I do this binding??