Tag: web technology

Questions Related to web technology

  1. BTEQ

  2. Fastexp

  3. Multiload

  4. Tpump


Correct Option: A

You develop a page expecting a DataGrid to appear upon rendering, but it does not appear when you run the application. What is the likely explanation for the problem in the above scenario?

  1. The DataGrid control is not bound to its DataTable property.

  2. The DataGrid control is not bound to the table Header

  3. The DataGrid control is not bound to its DataSource property.

  4. The DataGrid control is not bound to its DataKeyField property

  5. The DataGrid control is not bound to its DataKeys property.


Correct Option: D
  1. Repeater

  2. DataGrid

  3. Both

  4. None


Correct Option: B
  1. DataAdapter

  2. DataRepeater

  3. DataSet

  4. DatasScalar


Correct Option: A
  1. HeaderStyle

  2. FooterStyle

  3. ItemStyle

  4. AlternatingItemStyle


Correct Option: D
  1. < hyperlinkcolumn>

  2. < boundcolumns>

  3. < asp: headerstyle>

  4. < columns>

  5. < datagrid>


Correct Option: D

Which event does the web DataGrid control raise when the custom button is clicked?

  1. ItemCommand

  2. ButtonClicked

  3. OnClick

  4. EditCommand


Correct Option: A