Saturday, August 11, 2007

Data Binding > Repeated Value Data Binding

REPEATED VALUE BINDING
• RVB allows binding an entire list of information to a control
• This list of information is represented by a data object that wraps a collection of items
• This could be a collection of custom objects (ArrayList, HashTable) or a collection of rows (DataReader, DataSet)
• Various List Controls that support RVB are:
I. All controls which have a select tag: HtmlSelect, ListBox, DropDownList
II. CheckBox, RadioButton
III. Bulleted List Control
• Data properties of list controls are: DataSource, DataSourceID, DataTextField, DataTextFormatString, DataValueField

No comments: