Hi team,
Trying to update a column in downloadfile_dt with respect to the value in statecode_dt.
I have written the code. but it is throwing an error. Please help.
Hi team,
Trying to update a column in downloadfile_dt with respect to the value in statecode_dt.
I have written the code. but it is throwing an error. Please help.
Hi @yash.choursia
I think you are modifying in the same data table assigning to the same datatable.
Try by creating a new data table and assign it to the linq query.
Hope it helps!!