A.Button
B.TemplateControl
C.Control
D.WebControl
E.UserControl
第1题:
A.控件从System.Web.UI.Control继承。
B.控件从System.Web.UI.WebControls.CompositeControl继承.
C.控件从System.Web.UI.WebControls.WebControl继承.
D.控件从System.Web.UI.UserControl继承
第2题:
你正在创建一个自定义服务器控件,并且你需要此控件支持在Visual Studio 2005设计器中使用。为此,你创建了两个类:一个是从Composite Control继承的myControl类,另一个是从Composite ControlDesigner继承的myControlDesigner类。你需要把myControl和myControlDesigner进行关联。下面那一个可以正确达到此目的?()
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
第3题:
【单选题】你正在为一家公司的Internet网站创建ASP.NET应用程序。你想创建一个在网站的每个页面的顶部都显示的工具条,此工具条仅包括静态HTML代码,只能在你的应用程序中使用。你计划创建的工具条可以被你的应用程序重复使用,而且你必须尽快的完成这个工具条,你该怎么做?
A.创建一个新的”Web控件库”项目,在一个Web自定义控件中创建工具条
B.将一个新的Web用户控件添加到你的ASP.NET项目,在Web用户控件中创建工具条
C.将一个新的Web窗体添加到你的ASP.NET项目,使用HTML服务器控件在WEB窗体内设计该工具条,并用.ascx扩展名保存该web窗体
D.将一个新的组件类添加到你的ASP.NET项目,使用HTML服务器控件在该组件类的设计程序中设计该工具条
第4题:
A.确保Web控件从WebControl类继承。
B.确保Web控件从Control类继承.
C.确保Web控件从CompositeControl类继承.
D.确保Web控件从UserControl类继承.
第5题:
A.ZoneTemplate
B.Control
C.WebPartManager
D.WebPart