Workshop
These quiz questions are designed to test your knowledge of the material covered in this chapter. The answers to the quiz questions can be found in Appendix A, "Answers to Quizzes."
Quiz
Which list control is primarily used to display content horizontally, in a single table?
Which list control is used to group information about a single entity?
True or false: List controls can bind to any object implementing the IEnumerable interface.
True or false: List controls are Web controls.
Exercise
Using the examples in this hour as a guide, create a Web form that displays a list of employees from the Employees table of the Northwind database. Make sure to include a column (or field if you choose to use a DataList) that will enable a user to link to more information about the selected employee.