Question: QUESTION 8 To bind a DataGridView control named vendorsDataGridView to a list of vendors named vendorList when you're using object data sources, you would need

 QUESTION 8 To bind a DataGridView control named vendorsDataGridView to a

QUESTION 8 To bind a DataGridView control named vendorsDataGridView to a list of vendors named vendorList when you're using object data sources, you would need to code the following statement: a. vendorsDataGridView. VendorsBindingSource = vendorList b. vendorsDataGridView.DataSource = vendorList C. VendorsBindingSource. Add (vendor) d. VendorsBindingSource = vendor

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!