Microsoft Exam Questions

Which two code segments should you use?

You create a Web application for Domain.com’s intranet. You want to enable users to customize their versions of the intranet home page. You create sections of content as Web Parts. You need to ensure that users can customize content at any time. Which two code segments should you use?
(Each correct answer presents part of the solution. Choose two.)

A.
<asp:ConnectionsZone ID="ConnectionsZone1" Runat="server"> <ConnectVerb Enabled="true" /></asp:ConnectionsZone>

B.
<asp:CatalogZone ID="CatalogZone1" Runat="server"> <ZoneTemplate> <asp:PageCatalogPart Runat="server" ID="PageCatalogPart1" /> </ZoneTemplate></asp:CatalogZone>

C.
<asp:WebPartZone ID="WebPartZone1" Runat="server"> <ZoneTemplate> </ZoneTemplate></asp:WebPartZone>

D.
<asp:ProxyWebPartManager ID="ProxyWebPartmanager1" Runat="server" />