多做题,通过考试没问题!

微软认证考试

睦霖题库>其他计算机考试>微软认证考试

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 Data/PageTemplates folder of the Web site.
  • B、Add a new folder named Products to the Dynamic Data/CustomPages 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 Data/Filters folder of the Web site. In the code-behind file for the control, change the base class from UserControl to  System.Web.DynamicData.Query.
  • D、Add a new Web user control named Products_ListDetails.ascx to the DynamicData/EntityTemplates folder of the Web.In the code-behind file for the control, change the base class from UserControl to System.Web.DynamicData.Entity.
正确答案:B
答案解析:
进入题库查看解析

微信扫一扫手机做题