Question: QUESTION 7 To bind one or more text boxes on a form named frmVendor to a business object named vendor with a binding source named

QUESTION 7 To bind one or more text boxes on a form named frmVendor to a business object named vendor with a binding source named VendorsBindingSource, you would need to code the following statement: a. VendorsBindingSource. Add (vendor) b. frmVendor. VendorsBindingSource = vendor C. frmVendor. Data Source = 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
