An object-oriented programming language developed by Microsoft that can be used in .NET.
BindingSource1.EndEdit()
Janewu77
1
Reputation point
Hi VB Experts,
may I ask if there is any way to edit the datagridview after applying the following codes?
Try
Me.Validate()
Me.CustomersBindingSource.EndEdit()
Me.CustomersTableAdapter.Update(Me.NorthwindDataSet.Customers)
MsgBox("Update successful")
Catch ex As Exception
MsgBox("Update failed")
End Try
Regards
Jane
Developer technologies | VB
Developer technologies | VB
Sign in to answer