Results 1 to 15 of 15

Thread: [RESOLVED]Refreshing A DataGrid

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2009
    Posts
    115

    Thumbs up [RESOLVED]Refreshing A DataGrid

    Hi

    I have my main form which has a "New Customer" button on it and a DataGrid

    when you click the "New Customer" Button it opens up a new form where you can add all the detials in and press save then the data is saved into SQL database.

    can anyone tell me how to refresh my datagrid upon closing this form? as the as at the moment the data from my SQL database is loaded in when the form loads(program starts) using the code below

    CODE]Me.CustomersTableAdapter.Fill(Me.MySoftwareDB.customers)[/CODE]

    Thanks
    Last edited by Roofuss; Apr 22nd, 2009 at 06:05 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width