S
SMG
Hi there,
We have a DataSet with one datatable with three columns and multiple
rows. [Each rows has a unique key]
1st Column : Unique Key
2nd Column : Value to Change
3rd Column : Value to Change
Based on some conditions I want to update the values of the 2nd and 3rd
column but want to keep the dataset intact.
It should just change the values.
I tried with first filtering the dataset with select method, but returns an
array of rows which is separate than my dataset.
I want to use the same dataset with the changed values.
Regards,
Shailesh
We have a DataSet with one datatable with three columns and multiple
rows. [Each rows has a unique key]
1st Column : Unique Key
2nd Column : Value to Change
3rd Column : Value to Change
Based on some conditions I want to update the values of the 2nd and 3rd
column but want to keep the dataset intact.
It should just change the values.
I tried with first filtering the dataset with select method, but returns an
array of rows which is separate than my dataset.
I want to use the same dataset with the changed values.
Regards,
Shailesh