R
Ross
ASP.NET Problem:
I have a dataset with a parent table and a child table.
For every row in the parent table there are ~1/2 dozen
corresponding records in the child table. In the ASPX page
I have a repeater control that shows the parent data as
rows in an HTML table. Now what I want is a datagrid
control as a child of the repeater. In the end, the user
will see a table of items each with its own button, which
upon clicking will expose (through client-side script) a
hitherto hidden cell containing the table of child records
for that particular parent item.
So, how do I include a datagrid control within the
repeater, that contains only the child information for
each repeated item.
Is any of this clear? Many thanks for your suggestions.
I have a dataset with a parent table and a child table.
For every row in the parent table there are ~1/2 dozen
corresponding records in the child table. In the ASPX page
I have a repeater control that shows the parent data as
rows in an HTML table. Now what I want is a datagrid
control as a child of the repeater. In the end, the user
will see a table of items each with its own button, which
upon clicking will expose (through client-side script) a
hitherto hidden cell containing the table of child records
for that particular parent item.
So, how do I include a datagrid control within the
repeater, that contains only the child information for
each repeated item.
Is any of this clear? Many thanks for your suggestions.