你正在創(chuàng)建一個(gè)自定義服務(wù)器控件。為了讓你的控件能夠自動(dòng)使用 ASP.NET 主題特征,你應(yīng)該從那個(gè)類繼承?()
A.Button
B.TemplateControl
C.Control
D.WebControl
E.UserControl
A.Button
B.TemplateControl
C.Control
D.WebControl
E.UserControl
第1題
A.DetailsView
B.ObjectDataSource
C.Content
D.CompositeControl
第2題
A.確保Web控件從WebControl類繼承。
B.確保Web控件從Control類繼承.
C.確保Web控件從CompositeControl類繼承.
D.確保Web控件從UserControl類繼承.
第3題
A.控件從System.Web.UI.Control繼承。
B.控件從System.Web.UI.WebControls.CompositeControl繼承.
C.控件從System.Web.UI.WebControls.WebControl繼承.
D.控件從System.Web.UI.UserControl繼承
第4題
A.為你的解決方案增加一個(gè)Web控件庫項(xiàng)目;定義一個(gè)從CompositeControl繼承的類。
B.為你的解決方案增加一個(gè)Windows控件庫項(xiàng)目;定義一個(gè)從UserControl繼承的類。
C.為你的解決方案增加一個(gè)Web用戶控件項(xiàng)目;定義一個(gè)從UserControl繼承的類。
D.為你的解決方案增加一個(gè)移動(dòng)Web用戶控件項(xiàng)目;定義一個(gè)從MobileUserControl繼承的類。
第5題
A.Base Data Bound Control
B.Hierarchical Data Bound Control
C.Composite Data Bound Control
D.List Control
第6題
A. 創(chuàng)建一個(gè)從HtmlTextWriter 繼承的類并且輸出新的markup(標(biāo)記)。
B. 創(chuàng)建一個(gè)從StreamWriter繼承的類并且輸出新的markup(標(biāo)記)。
C. 在新設(shè)備的browser definition 文件的 D. 在新設(shè)備的browser definition 文件的< controlAdapters >元素中引用類。
第7題
A.[Designer(myControlDesigner)] public class myControl: CompositeControl
B.[Designer(typeof(myControl))] public class myControlDesigner: CompositeControlDesigner
C.[Designer(myControl)] public class myControlDesigner: CompositeControlDesigner
D.[Designer(typeof(myControlDesigner))] public class myControl: CompositeControl
第8題
A.ZoneTemplate
B.Control
C.WebPartManager
D.WebPart
第9題
A.AppearanceEditorPart
B.BehaviorEditorPart
C.PropertyGridEditorPart
D.LayoutEditorPart