单项选择题
A. <%@ Page Language="VB" Theme="article"%>
B. <%@ Page Language="VB" MasterPageFile="~/article.master"%>
C. <%@ Page Language="VB" ie:MasterPageFile="~/article.master"%>
D. <%@Page Language="VB" all:MasterPageFile="~/article.master"%>
多项选择题 You create a Web site. You add an EditorZone control to the home page on the Web site. You need to enable users to customize the size and location of the Web Parts on their home pages. Which two controls should you add to the EditorZone control? ()
单项选择题 You are creating a mobile Web Form that dynamically displays news items. You want to display news items by using an instance of a mobile TextView control named TextViewNews. You need to configure the Web Form that contains TextViewNews. The Web Form must enable pagination in case a users device does not display the full text of a news item. Which code segment should you use? ()
多项选择题 You create a server control that inherits from WebControl. You need to enable the server control to emit markup for a new kind of mobile device. You must not alter the code in the server controls. Which two actions should you perform?()