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)- A16% (8)
- B71% (35)
- C4% (2)
- D8% (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.