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

You create a master page named Article


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? ()

  • A <%@ Page Language="C#" Theme="article"%>
  • B <%@ Page Language="C#" MasterPageFile="~/article.master"%>
  • C <%@ Page Language="C#" ie:MasterPageFile="~/article.master"%>
  • D <%@Page Language="C#" all:MasterPageFile="~/article.master"%>
参考答案
参考解析:
分类:MCTS(70-528)题库
相关推荐

1、You have a server named Server1. You

You have a server named Server1. You install Windows Server Update Services (WSUS) 3.0 on Server1. Youconfigure Server1 to download all updates...

2、You are developing a page named Produ

You are developing a page named Products.aspx in a Web application that contains three DropDownList controls that are dynamically loaded from a...

3、You have a master-de

You&#8194;have&#8194;a&#8194;master-detail&#8194;relationship&#8194;in&#8194;the&#8194;EMPLOYEE&#8194;form&#8194;module.&#8194;You&#8194;set&#8194;the&#8194;Delete&#...

4、You are developing a page named Proce

You are developing a page named Process.aspx in a shopping cart Web application that will be integrated into Certkiller .coms existing e-Commerc...

5、You need to create a table named ORDE

You need to create a table named ORDERS that contain four columns:1. an ORDER_ID column of number data type2. aCUSTOMER_ID column of number da...

6、You create a control named ContosoUI

You create a control named ContosoUI for a Web application. You need to add the control to the toolbox of Microsoft Visual Studio .NET.Which ...