October 2010
Intermediate to advanced
1920 pages
73h 55m
English
Repeater ControlTo display data with the Repeater control, you must create an ItemTemplate. For example, the page in Listing 13.1 displays the contents of the Movies database table (see Figure 13.1).
Figure 13.1. Displaying data with a Repeater control.

Listing 13.1. ShowRepeater.aspx


The Repeater control in Listing 13.1 displays each record in a separate HTML <div> tag. A databinding expression is used to display the ...
Read now
Unlock full access