I have a dataGridView that is bound to a DataTable and I am trying to save the data to a TableAdapter.

This is a VS 2008 C# Windows Application.

I know that I am casting this correctly as I am...