I have limited knowledge in coding.
can anyone tell me what is worng with my code?
the firstrow result in the database is not updated, but it is updated in datagridview.
For i As Integer = 0 To DataGridView1.RowCount - 1
DataGridView1.Rows(i).Cells(11).Value = "true"
Next
SmsdDataSet.AcceptChanges()