可学答题网 > 问答 > MCTS(70-528)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You are creating a custom control. Th


You are creating a custom control. The UI of the control must contain several text boxes and two buttons. The control must be available in the global assembly cache for reuse across multiple Web applications. You need to achieve this functionality by using the minimum amount of code. What should you do? ()

  • A Create a control that derives from System.Web.UI.Control.
  • B Create a control that derives from System.Web.UI.WebControls.CompositeControl.
  • C Create a control that derives from System.Web.UI.WebControls.WebControl.
  • D Create a control that derives from System.Web.UI.UserControl.
参考答案
参考解析:
分类:MCTS(70-528)题库
相关推荐

1、You create a custom&en

You create a custom server control named Task that contains the following code segment.You need...

2、You are creating a DataTable. You use

You are creating a DataTable. You use the following code segment to create the DataTable. (Line numbers are included for reference only.)01 Dat...

3、You create a server control that inhe

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 dev...

4、You are developing a Web control. The

You are developing a Web control. The Web control captures user address information in a Web application. You create a class named AddressContr...

5、You are creating a Web application th

You are creating a Web application that will run on an intranet. The Web application reads comma-delimited text files. The text files reside i...

6、You create a custom&en

You create a custom control named OrderForm. You write the following code segment. public deleg...