nerdexam
Microsoft

98-363 · Question #203

You create a webpage that has a drop-down list. You are binding the list to data from a database. Which object should be used to update the database?

The correct answer is B. DataList. You can use an ASP.NET DataList control to Add, Select, update, and delete data in a SQL

Understanding Web Applications

Question

You create a webpage that has a drop-down list. You are binding the list to data from a database. Which object should be used to update the database?

Options

  • ADataSet
  • BDataList
  • CDataReader
  • DData Pager

How the community answered

(49 responses)
  • A
    16% (8)
  • B
    71% (35)
  • C
    4% (2)
  • D
    8% (4)

Explanation

You can use an ASP.NET DataList control to Add, Select, update, and delete data in a SQL

Topics

#data binding#DataList#database objects#ASP.NET data controls

Community Discussion

No community discussion yet for this question.

Full 98-363 Practice