Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following is the attribute that specifies the column name from the data source object that supplies the bound data?

a) dataFormatAs
b) datafld
c) disabled
d) datasrc

Answer: b
Explanation: DataFormatAs specifies how data is rendered. The identifier for data source is set by dataSrc. Datafld attribute specifies the column name from the data source object that supplies the bound data. This attribute is specific to Microsoft’s data binding. A Disabled is a boolean attribute which specifies that <input> element should be disabled.

Join The Discussion