可学答题网 > 问答 > MCTS(70-528)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You are developing a Web application


You are developing a Web application to display products. Products are displayed on different pages on your Web site. You want to create a user control to manage the display of products. You need a default visual implementation of the UI of the user control. In addition, you need to provide developers with the flexibility to change the layout and controls of the UI. Which three actions should you perform?()

  • A Apply the TemplateContainerAttribute to a property of type ITemplate. Pass the type of the template's naming container as the argument to the attribute.
  • B Apply the TemplateContainerAttribute to the user control's class declaration.
  • C Implement a property of type INamingContainer in the user control's code-behind class.
  • D Implement a property of type ITemplate in the user control's code-behind class.
  • E Define a new class that inherits from the ITemplate interface. Implement the InstantiateIn method of the ITemplate interface.
参考答案
参考解析:
分类:MCTS(70-528)题库
相关推荐

1、You develop a Web application that con

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 app...

2、You are developing a Web application.

You are developing a Web application. The Web application restricts access to an administrative page. The Web application uses the following cod...

3、You are developing WPF application fo

You are developing WPF application for managing student information... btnSort and a DataGrid control named dgStudents on the design surface of ...

4、You are developing a Web control. The

You are developing a Web control. The Web control captures user address information in a Web application. You create a class named AddressContr...

5、You develop a Web application that wri

You develop a Web application that writes data to a file on a server. You restrict access to the file to specific Windows users. The Web ap...

6、You develop a Web application that co

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 appli...