I have a table whose records I want to display in a highly formatted way. The datarepeater works great for this, have used it many times. I am in a scenario now however that requires me to not only display records from that table but sub records from a child table. I instantly thought, no problem Ill just nest another repeater. Come data binding time however I didn't know how to go about it since the child records are based on a index key that is not known until the first repeater runs. Anyone know a good way to do this?