A.甲企業
B.乙工業局
C.丙清算小組
D.甲企業、乙企業和丙清算小組共同
第1題
A.Button
B.TemplateControl
C.Control
D.WebControl
E.UserControl
第2題
A.確保Web控件從WebControl類繼承。
B.確保Web控件從Control類繼承.
C.確保Web控件從CompositeControl類繼承.
D.確保Web控件從UserControl類繼承.
第3題
A.BehaviorEditorPart
B. AppearanceEditorPart
C. PropertyGridEditorPart
D. LayoutEditorPart
第4題
A.在工具欄內,單擊選擇項;然后瀏覽并選擇ContosoControls控件
B.在工具欄內,單擊選擇項;然后瀏覽并選擇ContosoMailer控件
C.右擊Web項目,然后單擊添加引用,然后瀏覽并選擇ContosoControls.dll文件
D.在工具欄內,單擊選擇項;然后瀏覽并選擇ContosoControls.dll文件
第5題
A. 重載(Override)基類的方法EnsureChildControls。增加子控件到base container。
B. 重載(Override)基類的方法CreateControlCollection。增加子控件到 ControlCollection 類。
C. 重載(Override)基類的方法CreateChildControls。增加子控件到base container。
D. 重載(Override)基類的方法DataBindChildren。增加子控件到 ControlCollection 類。
第6題
A.給Web窗體增加能夠輸出XHTML的自定義控件。
B.給Web窗體增加能夠輸出WML的自定義控件。
C.給Web窗體增加mobile控件。
D.給Web窗體增加Web服務器控件。
第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.為你的解決方案增加一個Web控件庫項目;定義一個從CompositeControl繼承的類。
B.為你的解決方案增加一個Windows控件庫項目;定義一個從UserControl繼承的類。
C.為你的解決方案增加一個Web用戶控件項目;定義一個從UserControl繼承的類。
D.為你的解決方案增加一個移動Web用戶控件項目;定義一個從MobileUserControl繼承的類。
第9題
A.在Web.config文件創建一個有效的
B. 設置成員提供程序的passwordFormat屬性為 Encrypted 。
C. 確保已配置的成員提供程序的enablePasswordRetrieval 屬性設置為False。
D. 確保已配置的成員提供程序的enablePasswordRetrieval 屬性設置為True。
第10題
A. Label lblTitle = (Label)Master.FindControl(“lblTitle”);lblTitle.Text = “Articles”;
B. Label lblTitle = (Label)Parent.FindControl(“lblTitle”);lblTitle.Text = “Articles”;
C. Master.Page.Title = “Articles”;
D. ((Label)Page.FindControl(“lblTitle”)).Text = “Articles”;
為了保護您的賬號安全,請在“上學吧”公眾號進行驗證,點擊“官網服務”-“賬號驗證”后輸入驗證碼“”完成驗證,驗證成功后方可繼續查看答案!