As stated here , you use object binding in a WinForms application by following these steps: 1. Build the business objects for your application. 2. Define a business object data source in the Windows Application project containing your user interface. 3. Bind properties of the controls on the form to...