B
Bob Day
Using vs 2003, vb.net, sql msde...
1) A datagrid with Parent and Child bound tables. Everything works fine.
In Datagrid, with only the ParentTable displayed ,
it is easy to UPDATE the parent columns with standard ADO.NET commands (i.e.
ParentTable.Column1 = New Value).
In same Datagrid, with ChildTable displayed ,the
ParentTable columns move up into some type of header over the ChildTable.
In this situation, how do you modify the values of the ParentTable (with the
ChildTable still displayed). ADO.NET commands (i.e. ParentTable.Column1 =
New Value) that worked above no longer work (they give an error).
2) With ChildTable displayed, rows are added constantly. How do you keep
the last row added visible in the DataGrid? You can, of course, scroll
down.
Please advise.
Bob Day
1) A datagrid with Parent and Child bound tables. Everything works fine.
In Datagrid, with only the ParentTable displayed ,
it is easy to UPDATE the parent columns with standard ADO.NET commands (i.e.
ParentTable.Column1 = New Value).
In same Datagrid, with ChildTable displayed ,the
ParentTable columns move up into some type of header over the ChildTable.
In this situation, how do you modify the values of the ParentTable (with the
ChildTable still displayed). ADO.NET commands (i.e. ParentTable.Column1 =
New Value) that worked above no longer work (they give an error).
2) With ChildTable displayed, rows are added constantly. How do you keep
the last row added visible in the DataGrid? You can, of course, scroll
down.
Please advise.
Bob Day