J
Joe Spears
Hi
I want to display a datagrid summary of a datatable.
The grid will not show all the fields, but when the user selects a row, I
want the other controls (text boxes) to also bind to the same row that is
selected in the grid. However, the controls will bind to ALL of the fields,
where the grid will only show some of them.
I want to be able to edit the data using the text boxes, and then update.
I also want to be able to add data using the text boxes, via the creation of
a new row.
Seems simple in concept.
Does anyone have any working code of this?
Thanks
I want to display a datagrid summary of a datatable.
The grid will not show all the fields, but when the user selects a row, I
want the other controls (text boxes) to also bind to the same row that is
selected in the grid. However, the controls will bind to ALL of the fields,
where the grid will only show some of them.
I want to be able to edit the data using the text boxes, and then update.
I also want to be able to add data using the text boxes, via the creation of
a new row.
Seems simple in concept.
Does anyone have any working code of this?
Thanks