December 2002
Beginner
624 pages
12h 9m
English
Repeater ControlIN THIS CHAPTER
In this chapter, you learn how to use the first of the ASP.NET controls that was designed specifically for displaying data—the Repeater control. The Repeater control enables you to display a set of items from a data source with any type of formatting. For example, you can use a Repeater control to display a list of database records in a bulleted list, in an HTML table, or in a single paragraph.
In this chapter, you will learn
How to display database records with ...