YouareimplementinganASP.NETDynamicDataWebsite.TheWebsiteincludesadatacontextthatenablesautomaticscaffoldingforalltablesinthedatamodel.TheGlobal.asax.csfilecontainsthefollowingcodesegment.YouneedtodisplaytheitemsinatablenamedProductsbyusingacustomlayout.Whatshouldyoudo?()A.AddanewWebpagenamedProducts.aspxtotheDynamicData\PageTemplatesfolderoftheWebsite.B.AddanewfoldernamedProductstotheDynamicData\CustomPagesfolderoftheWebsite.AddanewWebpagenamedListDetails.aspxtotheProductsfolder.C.AddanewWebusercontrolnamedProducts.ascxtotheDynamicData\FiltersfolderoftheWebsite.Inthecode-behindfileforthecontrol,changethebaseclassfromUserControlto System.Web.DynamicData.Query.D.AddanewWebusercontrolnamedProducts_ListDetails.ascxtotheDynamicData\EntityTemplatesfolderoftheWeb.Inthecode-behindfileforthecontrol,changethebaseclassfromUserControltoSystem.Web.DynamicData.Entity.
YouareimplementinganASP.NETDynamicDataWebsite.TheWebsiteincludesadatacontextthatenablesautomaticscaffoldingforalltablesinthedatamodel.TheGlobal.asax.csfilecontainsthefollowingcodesegment.YouneedtodisplaytheitemsinatablenamedProductsbyusingacustomlayout.Whatshouldyoudo?()
A.AddanewWebpagenamedProducts.aspxtotheDynamicData\PageTemplatesfolderoftheWebsite.
B.AddanewfoldernamedProductstotheDynamicData\CustomPagesfolderoftheWebsite.AddanewWebpagenamedListDetails.aspxtotheProductsfolder.
C.AddanewWebusercontrolnamedProducts.ascxtotheDynamicData\FiltersfolderoftheWebsite.Inthecode-behindfileforthecontrol,changethebaseclassfromUserControlto System.Web.DynamicData.Query.
D.AddanewWebusercontrolnamedProducts_ListDetails.ascxtotheDynamicData\EntityTemplatesfolderoftheWeb.Inthecode-behindfileforthecontrol,changethebaseclassfromUserControltoSystem.Web.DynamicData.Entity.