What should you do?

You are implementing an ASP.NET Dynamic Data Web site.
The Web site includes a data context that enables automatic scaffolding for all tables in the data model. The Global.asax.cs file contains the following code segment.

You need to display the items in a table named Products by using a custom layout. What should you do?
A. Add a new Web page named Products.aspx to the Dynamic DataPageTemplates folder of the Web site.
B. Add a new folder named Products to the Dynamic DataCustomPages folder of the Web site.
Add a new Web page named ListDetails.aspx to the Products folder.
C. Add a new Web user control named Products.ascx to the Dynamic DataFilters folder of the Web site.
In the code-behind file for the control, change the base class from UserControl to System.Web.DynamicData.QueryableFilterUserControl.
D. Add a new Web user control named Products_ListDetails.ascx to the Dynamic DataEntityTemplates folder of the Web site.
In the code-behind file for the control, change the base class from UserControl to System.Web.DynamicData.EntityTemplateUserControl.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.