Yes, that's correct. The rationale for that choice is that you simply require basic repetitive rendering for the Company table, but you require a dynamic display structure for the Contacts (conditional labels, buttons, etc.). The latter are much more easily handled in a GridView, but you sacrifice the raw performance of a Repeater.
On Oct 27, 1:50 am, Ana <[email protected]> wrote: > Hi Cerebrus, please confirm if I understood it right. Are you saying > that I will have a Repeater bound with the list of Companies and for > each Company (or for each row) I will have a GridView with the list of > contacts? >
