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