Hello,

I'm having trouble adding a DataRow to a DataTable.

I create the DataRow like so:

DataRow row = myDataTable.NewRow();

I add things to the row, then I try to add the row back to the...