Saturday, 10 August 2013

Inset DataGridView to Database

Inset DataGridView to Database

I insert the new row of datagridview to database using this:
employeeTableAdapter.Insert(employeeDataSet.Employee.EmpName.ToString());
But the columnName is also inserted when I insert the new row to
datagridview.

No comments:

Post a Comment