Binding Repeater control to heirarchical dataset

  • Thread starter Thread starter Charlie
  • Start date Start date
C

Charlie

Hi:

I have one-to-many relation (customer > invoice > invoice_items) that I
would like to display on web page using Repeater control. Can the control
be bound to a heirarchical dataset to render this kind of data. For each
parent it would display associated children, then move on to next parent,
ect...

Thanks,
Charlie
 
Back
Top