Here's what the form looks like so far

- How would I add the data from the text boxes to the DataGridView as a row?
- And can I specify where the text from the text goes under what column?
- If so how? Because the text box order doesn't match the grid on the DataGridView.
My data grid view is called FilesGrid, but the textboxes are the same like textBox1... in order as you see them from top to bottom.
PS: I'm a Noob at C#