多项选择题
A. Add the ConnectionProvider attribute to OrdersPart.
B. Add the ConnectionProvider attribute to CustomerPart.
C. Add the ConnectionConsumer attribute to CustomerPart.
D. Add the ConnectionConsumer attribute to OrdersPart.
E. Add OrdersPart and CustomerPart to the WebParts directory.
F. Add OrdersPart and CustomerPart to the App_Code directory.
G. Declare the connections within a StaticConnections subtag of a WebPartZone class.
H. Declare the connections within a StaticConnections subtag of a WebPartManager class.
I. Define an interface specifying the methods and properties that are shared between the Web Parts.
单项选择题 You have a Web application that is configured for personalization. You need to access personalization data from one of the pages of the Web application by using the minimum amount of administrative effort. What should you do? ()
单项选择题 You create a master page named Article.master. Article.master serves as the template for articles on your Web site. The master page uses the following page directives. You need to create a content page that uses the master page as a template. In addition, you need to use a single master page for all devices that access the Web site. Which code segment should you use? ()
单项选择题 You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do? ()