nesting repeaters

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!
 
G

Guest

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top