Microsoft
70-515 · Question #93
You are developing an ASP.NET Web page. The page includes a List<Product> instance. You add a FormView control to display a single Product from this list. You need to bind the list to the FormView…
The correct answer is A. DataSource. See the full explanation below for the reasoning.
Question
You are developing an ASP.NET Web page. The page includes a List<Product> instance. You add a FormView control to display a single Product from this list. You need to bind the list to the FormView control. Which FormView property should you set in the code-behind file?
Options
- ADataSource
- BDataSourceID
- CDataKeyNames
- DDataMember
How the community answered
(35 responses)- A71% (25)
- B17% (6)
- C3% (1)
- D9% (3)
Community Discussion
No community discussion yet for this question.