User Profile

Collapse

Profile Sidebar

Collapse
kpetree
kpetree
Last Activity: Jan 9 '09, 06:13 PM
Joined: Jan 8 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • kpetree
    started a topic Update an SQL Table from a DataGrid

    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!
    See more | Go to post
No activity results to display
Show More
Working...