I am developing an application for the control of labels for the company where I work. I am working with a DataGridView which stores the data entered from the first Textbox as shown in the following image:
What you do until you press the "insert" button adds a new row with the values given in each TextBox.
What I intend to do is that also at the moment of pressing the "insert" button they are added by column and show the total result of the sum of each column in each of the Textbox that corresponds to them.
I do not know if there is any way for that that can be of my help. Greetings.
Thank you.