So here is the problem statement. I have a datatable with two columns BUDGET and ACTUAL. I have a button click event where I want to copy all the budget values to actual values in the same table. I don't want looping and I also tried merge and it did not work. Is there any other approach ? Any help would be appreciated.
Thanks