List controls include DropDownList, CheckBoxList, RadioButtonList and ListBox control. The data binding technique for these controls is similar and is almost same as for a repeater control. You assign a data source to the control’s DataSource property, and call the control’s DataBind() method. But, list controls have an additional property to be set. This is the DataTextField property.
Example 8: Data Binding List Controls
Output: