|
-
Apr 20th, 2009, 07:20 AM
#1
Thread Starter
Lively Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|