nesting repeaters

  • Thread starter Thread starter Smokey Grindle
  • Start date Start date
S

Smokey Grindle

Is it possible to nest a repeater? I want to list a list of items, then
inside each one of those items, put a list of its sub items so basically the
parent repeater has a child repeater per row item that sets its list to a
list based off the parent row's id then repeats its sub items... i know that
sounds confuseing.. anyone have any ideas? thanks!
 
Smokey Grindle said:
Is it possible to nest a repeater? I want to list a list of items, then
inside each one of those items, put a list of its sub items so basically the
parent repeater has a child repeater per row item that sets its list to a
list based off the parent row's id then repeats its sub items... i know that
sounds confuseing.. anyone have any ideas? thanks!

I've been able to nest asp:Table(s) w/in the header and rows w/in a dg as
well as tables w/in repeaters, so Yes it is possible.

The problems are that the alignment of the table cells does not always
render as you'd wish, my solution was to find specific cell widths to work
with my label or textbox data.

HTH

JeffP...
 
Back
Top