Ok... how do I go about doing that? Just for reference here is the code I'm using.
Public Class Form1
Private Sub ItemsBindingNav igatorSaveItem_ Click(ByVal sender As System.Object, ByVal e As System.EventArg s)
Me.Validate()
Me.ItemsBinding Source.EndEdit( )
Me.TableAdapter Manager.UpdateA ll(Me._075DataS et)
End Sub
Private Sub...
User Profile
Collapse
-
Update an SQL Table from a DataGrid
Hello Everyone!
I am trying to update a table on my SQL server from a program with a Data Grid. My project has the Datagrid setup with the columns that I need and it shows all the data and I can edit it I just need to know how to code a button that when pressed will update the data in the table.
Thanks!
No activity results to display
Show More
Leave a comment: