P
Phil Galey
I have three tables in an XML file containin a list of programs written and
the systems on which they are installed: the Programs table, the Systems
table, and the ProgramsSystems table. The ProgramsSystems table lists the
IDs for the combinations of Programs and Systems.
I'm trying to bind a datagrid or a listbox to a dataset/dataview/datatable
such that when a current program is displayed on the form, the datagrid or
listbox list all the systems, but with only those highlighted on which the
program is installed. It would always list all the systems, with only a
subset highlighted.
Is the datagrid or the listbox a more straighforward control to use for
that? And is there some sample code available that shows how this is done?
Thanks.
the systems on which they are installed: the Programs table, the Systems
table, and the ProgramsSystems table. The ProgramsSystems table lists the
IDs for the combinations of Programs and Systems.
I'm trying to bind a datagrid or a listbox to a dataset/dataview/datatable
such that when a current program is displayed on the form, the datagrid or
listbox list all the systems, but with only those highlighted on which the
program is installed. It would always list all the systems, with only a
subset highlighted.
Is the datagrid or the listbox a more straighforward control to use for
that? And is there some sample code available that shows how this is done?
Thanks.