G
Guest
I have read posts and tried many things and I am not getting how to do this.
I have a datagrid bound to a dataset (the source). When a row is selected
on the datagrid, I need to duplicate that row into another dataset (the
destination). The destination dataset will be bound to a a repeater that is
located below the datagrid.
I cloned the source dataset to the destination and have datatables
referenced for both datasets. I have primary keys defined for each datatable
and the schemas are identical.
The datagriditem only contains a portion of the columns from the source
dataset. The repeater will display more of the columns from the destination
dataset.
I can get the primary key for the selected datagriditem, but that is as far
as I can get.
How do I do copy a selected row to the destination dataset? I am using
asp.net 1.1 with code-behind of vb.net. If needed, I can post the code that
I have so far.
Thanks, Alex
I have a datagrid bound to a dataset (the source). When a row is selected
on the datagrid, I need to duplicate that row into another dataset (the
destination). The destination dataset will be bound to a a repeater that is
located below the datagrid.
I cloned the source dataset to the destination and have datatables
referenced for both datasets. I have primary keys defined for each datatable
and the schemas are identical.
The datagriditem only contains a portion of the columns from the source
dataset. The repeater will display more of the columns from the destination
dataset.
I can get the primary key for the selected datagriditem, but that is as far
as I can get.
How do I do copy a selected row to the destination dataset? I am using
asp.net 1.1 with code-behind of vb.net. If needed, I can post the code that
I have so far.
Thanks, Alex