| 70-306 Exam |
| 70-306 - Exam Information |
| Question of the day |
You develop a Windows-based application TestK. TestK uses a DataSet object that contains two DataTable objects. TestK will display data from two data tables. One table contains customer information, which must be displayed in a data-bound ListBox control. The other table contains order information, which must be displayed in a DataGrid control. You need to modify TestK to enable the list box functionality. What should you do?
Answer(s)
Add a DataRelation object to the Relations collection of the DataSet object.