link

The update code line

this.manhrsTableAdapter.Update(this.manHrsDataSet.Manhrs);


Is generating error: InvalidOperationException was handled.
Update requires a valid UpdateCommand when passed DataRow collection with modified rows.

Where I'm making a mistake?