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 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
Get step-by-step solutions from verified subject matter experts
