Repeater in Repeater
- by bill
I have a repeater inside a repeater. Where the parent repeater is bound to a Datable which has a column with a Datatable in it.
I would like to bind the child repeater to the datatable column in the parent repeater's datarow
Is this possible? i was thinking i could do this directly in the aspx file like:
DataSource="<%#…