<%@ Import Namespace="System.Data" %>
|
|
mycdcatalog
DataSet
to the Repeater control.
We also fill the Repeater
control with HTML tags and bind the data items to the cells in the ItemTemplate section with the method
<%# Container.DataItem( "fieldname" ) %>The class Container encapsulates zero or more components. The
Container.DataItem
refers to the data source used by the repeater.