December 2002
Beginner
624 pages
12h 9m
English
IN THIS CHAPTER
In this chapter, you’ll learn how to work with the ASP.NET list controls. In particular, you’ll learn how to use the list controls to display database data. For example, you’ll learn how to display a set of database records that represent book titles in a DropDownList control.
By the end of this chapter, you’ll know how to
Bind database data to the list controls
Work with multi-select list controls
Assign default values to a list control
Copy list items from one list control to another
You can use any of the list controls to enable users ...