单选题How are custom controls made?()A By assembling existing controlsB By combining multipleXPages togetherC By creating a brand new widget from scratchD By writing the code for a brand new control

题目
单选题
How are custom controls made?()
A

By assembling existing controls

B

By combining multipleXPages together

C

By creating a brand new widget from scratch

D

By writing the code for a brand new control

参考答案和解析
正确答案: A
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

The charts sold are of ______.

A.newly edition with up to date correction and in reasonable prices

B.the current edition and incorporate the last Notices to Mariners correction

C.the current edition and incorporate the latest Notices to Mariners correction at the time of sale

D.brand-new one with up to date correction and clean writing


正确答案:C

第2题:

A customer has purchased a new Junos Pulse Access Control Service and wants to install it in an existing cluster.After initial configuration, the customer finds that the firmware version running on the Junos Pulse Access Control Service is 4.1 r5, but the existing cluster is running firmware version 4.1 r3. Which two actions must be performed to allow the new Junos Pulse Access Control Service to load the older version of firmware?()

  • A、Install a valid license on the new Junos Pulse Access Control Service.
  • B、When loading the older firmware, delete all the existing data on the Junos Pulse Access Control Service.
  • C、Add the new Junos Pulse Access Control Service to the existing cluster.
  • D、Download the 4.1 r3 version firmware from the Juniper support website.

正确答案:B,D

第3题:

The new logistics strategy requires the support of the relevant ( ),for computer provides brand new manners to process the traditional task.

A、firewall

B、logistic software

C、ERP

D、supply-chain


正确答案:B

第4题:

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 device. You must not alter the code in the server controls. Which two actions should you perform?()

  • A、Create a class that inherits HtmlTextWriter and that can emit the new markup.
  • B、Create a class that inherits StreamWriter and that can emit the new markup.
  • C、Reference the class in the <capabilities> element of the new device's browser definition file.
  • D、Reference the class in the <controlAdapters> element of the new device's browser definition file.

正确答案:A,D

第5题:

You are creating a Windows Forms application by using the .NET Framework 3.5. You plan to develop a new control for the application.You need to ensure that the control extends the TreeView control by adding a custom node tag and a highlight color.What should you do?()

  • A、Override the OnPaint method.
  • B、Write a code segment in the DrawNode event handler to specify the highlight color.
  • C、Set the DrawMode property of the control to OwnerDrawAll, and then implement a custom DrawNode event handler.
  • D、Set the DrawMode property of the control to OwnerDrawText,and then implement a custom DrawNode event handler.

正确答案:D

第6题:

How are custom controls made?()

  • A、By assembling existing controls
  • B、By combining multipleXPages together
  • C、By creating a brand new widget from scratch
  • D、By writing the code for a brand new control

正确答案:A

第7题:

You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to design a new control that will be used on multiple forms in the app.You need to ensure that the control meets the following requirement  (1)It retrieves data from a MSSQL Server 2008 database instance. (2)It uses WPF classes to display data.  (3)It uses user-customizable actions when the control is first painted on the form.   What should you do?()

  • A、Create a new custom class for the control that is derived from the Control class.
  • B、Create a new custom class for the control that is derived from the UserControl class.
  • C、Create a new custom class for the control that is derived from the ContentControl class.
  • D、Create a new custom class for the control that is derived from the ContentPresenter class.

正确答案:B

第8题:

Compounding is the process of creating new words by combining affixes and bases.()


参考答案:错误

第9题:

You are creating an ASP.NET Web site. The site has a master page named Custom.master. The code-behind file for Custom.master contains the following code segment.Partial Public Class Custom  Inherits System.Web.UI.MasterPagePublic Property Region As String    Protected Sub Page_Load(ByVal sender As Object,ByVal e As System.EventArgs) Handles Me.LoadEnd SubEnd Class You create a new ASP.NET page and specify Custom.master as its master page.You add a Label control named lblRegion to the new page.  You need to display the value of the master pages Region property in lblRegion.What should you do? ()

  • A、Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Parent  lblRegion.Text = custom.Region
  • B、Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Master  lblRegion.Text = custom.Region
  • C、Add the following code segment to the Page_Load method of the Custom.Master.vb code-behind file. Dim lblRegion As Label = Page.FindControl("lblRegion") lblRegion.Text = Me.Region
  • D、Add the following code segment to the Page_Load method of the Custom.Master.vb code-behind file. Dim lblRegion As Label = Master.FindControl("lblRegion") lblRegion.Text = Me.Region

正确答案:B

第10题:

You are creating a custom user control. The custom user control will be used on 10 Web Forms for an ASP.NET Web site that allows users to register and log on to a personalized experience. The custom user control uses two TextBox controls and two Button controls. You need to ensure that the controls are visible only when users are not logged on to the Web site. You also need to minimize the amount of effort in development and maintenance for the Web site. Which two actions should you perform? ()

  • A、Add the OnClick event handler for the Login button to the code used in the custom user control.
  • B、Add the OnClick event handler for the Login button to the code used in the Web Form where the control is added.
  • C、In the Page_Load method of the Web Form, add a code segment to set the visibility of the TextBox and Button controls where the control is added.
  • D、In the Page_Load method of the custom user control, add a code segment to set the visibility of the TextBox and Button controls.

正确答案:A,D

更多相关问题