B
bdtmike
I'm trying to set up a nested repeater to display master/child data.
To do this I'm using 2 repeater controls and I'm using 2 SQLDataSource
controls. I'm clear on embeding one repeater inside the other, but I'm
not sure how to make the child SQLDataSource show
only child items within each parent item. I know that you have to hook
into the ItemDataBound event of the parent repeater, but so far, I
haven't seen any examples using SQLDataSource controls where the
repeaters' DataSourceID tag is set to them. Can it not be done this
way?
Any ideas?
To do this I'm using 2 repeater controls and I'm using 2 SQLDataSource
controls. I'm clear on embeding one repeater inside the other, but I'm
not sure how to make the child SQLDataSource show
only child items within each parent item. I know that you have to hook
into the ItemDataBound event of the parent repeater, but so far, I
haven't seen any examples using SQLDataSource controls where the
repeaters' DataSourceID tag is set to them. Can it not be done this
way?
Any ideas?