Posted By: jogisarge | Dec 16th, 2008 @ 11:59 AM
page 1 of 1
Comments: 1 | Views: 747

Hi,

i show products in a datagridview with a dataset as source.
now i want to show a detailform by clicking  a datagrid row.
the changes in the detailform should be transfered to the dataset an shown in the datagrid.

how could this be handled ?
i use C# with VS2008

by jogi

section31
section31
OutOfCoffeeException

Just add another BindingSource to ypur form and set the BindingSource of the Master-DataGridView as the DataSource of the new BindingSource. Than select the Details through the DataMember property of the BindingSource.  Just google for Master-Detail View and you will find more info's.

page 1 of 1
Comments: 1 | Views: 747
Microsoft Communities