• An introduction to the available list controls
  • An introduction to the ListItem class
  • The DropDownList Control
  • The ListBox Control
  • The HTMLSelect Control
  • Defining the items of a list control
  • Programmatically Adding items to a list control
  • Programmatically Inserting items into a list control
  • Programmatically Selecting items in a list control
  • Programmatically Removing items from a list control
  • Binding Database content to a list control
  • Binding collections (Arrays) to a list control
  • A Common problem and solution