Button
TemplateControl
Control
WebControl
UserControl
第1题:
A.Button
B.TemplateControl
C.Control
D.WebControl
E.UserControl
第2题:
A.DetailsView
B.ObjectDataSource
C.Content
D.CompositeControl
第3题:
A.Base Data Bound Control
B.Hierarchical Data Bound Control
C.Composite Data Bound Control
D.List Control
第4题:
A.确保Web控件从WebControl类继承。
B.确保Web控件从Control类继承.
C.确保Web控件从CompositeControl类继承.
D.确保Web控件从UserControl类继承.
第5题:
A. 创建一个从HtmlTextWriter 继承的类并且输出新的markup(标记)。
B. 创建一个从StreamWriter继承的类并且输出新的markup(标记)。
C. 在新设备的browser definition 文件的
D. 在新设备的browser definition 文件的< controlAdapters >元素中引用类。
第6题:
A.为你的解决方案增加一个Web控件库项目;定义一个从CompositeControl继承的类。
B.为你的解决方案增加一个Windows控件库项目;定义一个从UserControl继承的类。
C.为你的解决方案增加一个Web用户控件项目;定义一个从UserControl继承的类。
D.为你的解决方案增加一个移动Web用户控件项目;定义一个从MobileUserControl继承的类。
第7题:
A.
B.
C.
D.
第8题:
A.App_Theme\<theme_name>
B.App_StyleSheetTheme\<theme_name>
C.App_<theme_name>\<theme_name>
D.\<theme_name>
E.The root application folder
F. App_Themes\<theme_name>
第9题:
A.控件从System.Web.UI.Control继承。
B.控件从System.Web.UI.WebControls.CompositeControl继承.
C.控件从System.Web.UI.WebControls.WebControl继承.
D.控件从System.Web.UI.UserControl继承
第10题:
A.<%@ OutputCache Duration="300" Shared="true" VaryByParam="None" %>
B.<%@ OutputCache Duration="5" VaryByParam="None" %>
C.<%@ OutputCache Duration="5" Shared="true" VaryByParam="None" %>