Problem:
I need to dump the contents of my DataGridView into a SQL Server Database Table. I\'ve got the datagridview loading fine, no problems there.
You can call: command.ExecuteNonQuery to insert data to the DB.
command.ExecuteNonQuery
More info here