G
Guest
What is the best way to acheive a nested list of data. What i want is a list
of parent/child data. specifically a list of invoices with their invoice
lines underneath. There doesn't seem to be any suitable control for doing
this easily even though this must be a very comon thing to want ot do. The
only way to do this i have found is iterating through the list of invoices
and outputting each row to a detailsview control (or similar) for each
invoice row and then binding a GridView for each collection of child rows (
the invoice lines). Is there a better way to do this? How have other people
acheived this?
of parent/child data. specifically a list of invoices with their invoice
lines underneath. There doesn't seem to be any suitable control for doing
this easily even though this must be a very comon thing to want ot do. The
only way to do this i have found is iterating through the list of invoices
and outputting each row to a detailsview control (or similar) for each
invoice row and then binding a GridView for each collection of child rows (
the invoice lines). Is there a better way to do this? How have other people
acheived this?