nerdexam
Microsoft

70-515 · Question #33

70-515 Question #33: Real Exam Question with Answer & Explanation

The correct answer is B. Disable the auto-generated fields on GridView1. D. Add the following code segment to the Page_Init method of the Web page.. See the full explanation below for the reasoning.

Question

You are implementing a new Dynamic Data Web site. The Web site includes a Web page that has an ObjectDataSource control named ObjectDataSource1. ObjectDataSource1 interacts with a Web service that exposes methods for listing and editing instances of a class named Product. You add a GridView control named GridView1 to the page, and you specify that GridView1 should use ObjectDataSource1 as its data source. You then configure GridView1 to auto-generate fields and to enable editing. You need to add Dynamic Data behavior to GridView1. You also must ensure that users can use GridView1 to update Product instances. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Options

  • AAdd a DynamicDataManager control to the Web page.
  • BDisable the auto-generated fields on GridView1.
  • CAdd the following code segment to the Application_Start method in the Global.asax.cs file.
  • DAdd the following code segment to the Page_Init method of the Web page.

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice