G
Guest
Hi
I need to trap the insertion of a new row into a DataTable while it is being
filled by a data adaptor. I am trapping the RowChanged event and using the
following syntax to try and modify the row:
e.Row.ItemArray(index) = newValue
The line above executes without errors BUT my change is actually applied to
the DataRow!
What am I doing wrong please?
I need to trap the insertion of a new row into a DataTable while it is being
filled by a data adaptor. I am trapping the RowChanged event and using the
following syntax to try and modify the row:
e.Row.ItemArray(index) = newValue
The line above executes without errors BUT my change is actually applied to
the DataRow!
What am I doing wrong please?