Home
Manage Your Code
Snippet: Datagridview Fill (C#)
Title: Datagridview Fill Language: C#
Description: The extra line of code needed to fill up the tableadapter in order for the bindingsource to work Views: 87
Author: Robert Dunbar Date Added: 4/3/2008
Copy Code  
1            basicCustomerTableAdapter.Fill(batchSQLDataSet.BasicCustomer);
2