I have a repeater inside a repeater. Where the parent repeater is bound to a Datatble which has a column with a Datatable in it.
Datatble
Datatable
I would li
Here is how it's done:
DataSource='<%# ((System.Data.DataRowView)Container.DataItem)[3] %>'
So if you know the column in the parent table that holds the child table/datasource for the nested repeater you can put this directly in the aspx file.