Which of the following is the attribute that indicates the name of the data source object that supplies the data that is bound to this element?
A
dataFormatAs
B
datafld
C
disabled
D
datasrc
Correct Answer: datasrc
The identifier for data source is set by dataSrc. When the dataSrc property is applied to a tabular data consumer, the entire data set is repeated by the consuming elements. DataFormatAs specifies how data is rendered. A Disabled is a boolean attribute which specifies that element should be disabled.