I have 1 Datagridview on Form1 and performing some calculations on it and have more than 20 columns. Now I want to update all columns values in the database when I click on the Update button.
For the calculation, I am using CellEndEdit events and it's working fine on multiple rows.