nerdexam
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)
  • A
    71% (25)
  • B
    17% (6)
  • C
    3% (1)
  • D
    9% (3)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice