I have two types of data with conditions in the application and it needs some processing for several rows to update the column value.
For instance:
I have datatable1 with 10,000 rows. I want to filter rows using datatable.select ("condition"), and according to the condition I want to update the values ββof the rows.
If for any condition I found 20 rows from a datatable. I want to update these 20 entries in one shot. Not in any cycle. I have a datarow array for these values ββto update in a datable.
source share