Microsoft
98-363 · Question #220
You are creating a webpage that displays data from your database. The webpage uses a dataset object to display the data in a datalist. The datalist does not display data, and there are no error…
The correct answer is B. Call the DataBind method on the DataList control. See the full explanation below for the reasoning.
Question
You are creating a webpage that displays data from your database. The webpage uses a dataset object to display the data in a datalist. The datalist does not display data, and there are no error messages. What should you do to ensure that the data in the datalist is displayed?
Options
- AReboot the database server.
- BCall the DataBind method on the DataList control.
- CCall the Fill method on the DataAdapter class.
- DChange your network credentials.
How the community answered
(50 responses)- A14% (7)
- B78% (39)
- C2% (1)
- D6% (3)
Community Discussion
No community discussion yet for this question.