| for RuBoard |
| 1: | Which list control is primarily used to display content horizontally, in a single table? |
| A1: | The DataGrid list control is used to display data in a table. |
| 2: | Which list control is used to group information about a single entity? |
| A2: | The DataList is used to display organized groups of information about a single entity. |
| 3: | True or false: List controls can bind to any object implementing the IEnumerable interface. |
| A3: | True. |
| 4: | True or false: List controls are Web controls. |
| A4: | True. |
| for RuBoard |