网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
Which property of the Label control gets/sets the identifer for a server control that the Label control is associated with?()
A
ClientID
B
ID
C
AssociatedControlID
D
ControlID
参考答案
参考解析
解析:
暂无解析
更多 “单选题Which property of the Label control gets/sets the identifer for a server control that the Label control is associated with?()A ClientIDB IDC AssociatedControlIDD ControlID” 相关考题
考题
You create a master page named PageBase.master. The master page contains a Label control named lblTitle.You create a content page that references the master page.You need to change the Text property of the master page‘s lblTitle control from the content page.Which code segment should you use?()A.B.C.D.
考题
Which statement is true about a NAT rule action of off?()
A. The NAT action of off is only supported for destination NAT rule-sets.B. The NAT action of off is only supported for source NAT rule-sets.C. The NAT action of off is useful for detailed control of NAT.D. The NAT action of off is useful for disabling NAT when a pool is exhausted
考题
Which two are characteristics of both Kompella and Martini-based VPNs? ()
A. label stackingB. auto-provisioningC. circuit status vectorD. Martini EncapsulationE. LDP-based control plane
考题
Which two of the following are designated fields for MAC tunneling protocol(802.1 ah)?()A、Service EthertypeB、ISLC、PseudoLAN TAGD、802.1q VLAN TAGE、Control WordF、Tunnel Label
考题
In Any Transport over MPLS (AtoM) Control word is an optional 4-byte field used in the pseudowire packet.The control word carries generic and Layer 2 payload-specific information to emulate L2 packets correctly.In pseudowire packet, where is this Control Word inserted?()A、Inserted between the MPLS label stack and the Layer 3 payloadB、Inserted between the MPLS label stack and the Layer 3 HeaderC、Inserted between the MPLS label stack and the Layer 2 payloadD、Inserted between the MPLS label stack and the Layer 2 header
考题
Which of the following is NOT a common or correct use of a custom control?()A、Adding a company logo to business documentsB、As the UI widgets for 1 specificXPage that will never be replicated by any other XPages, everC、Adding mailing label information to mail and memo pagesD、As a control that needs to appear conditionally, depending on the result of a formula
考题
Which statement is true about a NAT rule action of off?()A、The NAT action of off is only supported for destination NAT rule-sets.B、The NAT action of off is only supported for source NAT rule-sets.C、The NAT action of off is useful for detailed control of NATD、The NAT action of off is useful for disabling NAT when a pool is exhausted.
考题
You performed a backup of the flash recovery area by using the following command for the first time: RMAN BACKUP RECOVERY AREA; Which files in the flash recovery area are backed up?()A、flashback logsB、current control fileC、control file autobackupsD、incremental backup sets
考题
You are implementing an ASP.NET Web site that will be accessed by an international audience. The site contains global and local resources for display elements that must be translated into the language that is selected by the user. You need to ensure that the Label control named lblCompany displays text in the user’s selected language from the global resource file. Which control markup should you use?()A、asp:Label ID="lblCompany" runat="server" meta:resourcekey="lblCompany" /B、asp:Label ID="lblCompany" runat="server" Text="meta:lblCompany.Text" / C、asp:Label ID="lblCompany" runat="server" Text="%$ Resources:lblCompanyText %" /D、asp:Label ID="lblCompany" runat="server" Text="%$ Resources:WebResources, lblCompanyText %" /
考题
You are developing a product search page named Search.aspx for Web application that will be integrated into Certkiller .com's existing e-Commerce Web site. The Search.aspx page allows customers search for products that match specific criteria. Once a product is located, you want an image of the product to be displayed. You want to use an Image control to display the image. You want to configure the Image control to display a description of the image if the image cannot be displayed in the customer's Web browser. What should you do?()A、Set the ToolTip property of the Image control.B、Set the ImageUrl property of the Image control.C、Set the AlternateText property of the Image control.D、Set the DescriptionUrl property of the Image control.
考题
You are developing a Web application to display products. Products are displayed on different pages on your Web site. You want to create a user control to manage the display of products. You need a default visual implementation of the UI of the user control. In addition, you need to provide developers with the flexibility to change the layout and controls of the UI. Which three actions should you perform? ()A、Apply the TemplateContainerAttribute to a property of type ITemplate. Pass the type of the template's naming container as the argument to the attribute.B、Apply the TemplateContainerAttribute to the user control's class declaration.C、Implement a property of type INamingContainer in the user control's code-behind class.D、Implement a property of type ITemplate in the user control's code-behind class.E、Define a new class that inherits from the ITemplate interface. Implement the InstantiateIn method of the ITemplate interface.
考题
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web form and add the following code fragment: ’ / The SqlDataSource1 DataSource control retrieves the Quantity column values from a table named Products. You write the following code segment to create the rptData_ItemDataBound event handler: 01 protected void rptData_ItemDataBound(object sender, 02 RepeaterItemEventArgs e) 03 { 04 ► 05 if(lbl != null) 06 if(int.Parse(lbl.Text) 10) 07 lbl.ForeColor = Color.Red; 08 } You need to retrieve a reference to the lblQuantity Label control into a variable named lbl. Which code segment should you insert at line 04? ()A、Label lbl = Page.FindControl("lblQuantity") as Label; B、Label lbl = e.Item.FindControl("lblQuantity") as Label; C、Label lbl = rptData.FindControl("lblQuantity") as Label; D、Label lbl = e.Item.Parent.FindControl("lblQuantity") as Label;
考题
You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to design a composite custom control for the application. You include a ListBox control has a property that provides the item count of the ListBox control. You need to ensure that the property cannot be accessed at design time. Which attribute should you use?()A、[Bindable(false)]B、[DesignOnly(false)]C、[EditorBrowsable(EditorBrowsableState.Never)]D、[Browsable(false)]
考题
You create a Web Form that contains a TreeView control. The TreeView control allows users to navigate within the Marketing section of your Web site. The following XML defines the site map for your site. You need to bind the TreeView control to the site map data so that users can navigate only within the Marketing section. Which three actions should you perform?()A、Add a SiteMapDataSource control to the Web Form and bind the TreeView control to it.B、Add a SiteMapPath control to the Web Form and bind the TreeView control to it.C、Embed the site map XML within the SiteMap node of a Web.sitemap file.D、Embed the site map XML within the AppSettings node of a Web.config file.E、Set the StartingNodeUrl property of the SiteMapDataSource control to ~/Marketing.aspx.F、Set the SkipLinkText property of the SiteMapPath control to Sales.
考题
You are developing an ASP.NET Web page. The page includes a List instance. You add a FormView control to display a single Product from this list. You need to bind the list to the FormView control. Which FormView property should you set in the code-behind file?()A、DataSourceB、DataSourceIDC、DataKeyNamesD、DataMember
考题
Which method of the Page class searches the page naming container for a server control with a particular identifer?()A、FindFieldTemplateB、FindControlC、FindDataSourceControlD、FindDataControl
考题
You are implementing an ASP.NET page that will retrieve large sets of data from a data source. You add a ListView control and a DataPager control to the page. You need to ensure that the data can be viewed one page at a time. What should you do?()A、Set the DataPager control’s PageSize property to the number of rows to view at one time.B、Set the DataPager control’s PagedControlID property to the ID of the ListView control.C、In the code-behind file, set the DataPager control’s Parent property to the ListView control.D、In the code-behind file, set the ListView control’s Parent property to the DataPager control.
考题
You are developing a user control for Windows Presentation Foundation (WPF) application. The user control contains a button. Both the user control and the hosting control must receive the button click event. You need to ensure that the user control responsd to the button click event before hosting control responds to the event. What should you do ?()A、Use a bubbling routed event. In the button click event handler, set the Handled property to TrueB、Use a bubbling routed event. In the button click event handler, set the Handled property to FalseC、Use a standard Microsoft .NET event. Set Handled property to true.D、Use a tunneling routed event. Set the handled property to false.
考题
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains a ListBox control named lbxItems that is data-bound to a collection of objects. Each object has a DisplayValue property. You add a Button control to the application. You need to ensure that the Content property of the Button control is data-bound to the DisplayValue property of the selected item of lbxItems. Which binding expression should you use?()A、{ Binding ElementName=lbxItems, Source=SelectedItem, Path=DisplayValue }B、{ Binding Source=lbxItems, ElementName=SelectedItem, Path=DisplayValue }C、{ Binding ElementName=lbxItems, Path=SelectedItem.DisplayValue }D、{ Binding Source=lbxItems, Path=SelectedItem.DisplayValue }
考题
Which property of the Label control gets/sets the identifer for a server control that the Label control is associated with?()A、ClientIDB、IDC、AssociatedControlIDD、ControlID
考题
多选题You performed a backup of the flash recovery area by using the following command for the first time: RMAN BACKUP RECOVERY AREA; Which files in the flash recovery area are backed up?()Aflashback logsBcurrent control fileCcontrol file autobackupsDincremental backup sets
考题
单选题You created a tabular report for human resources department. After viewing layout users have requested that you change the label of the dept column to something more meaningful. How would you change the label in the live previewer?()A
Use the report wizard to change the column label. B
Click and high light the column label and replace it with desired text. C
Click the column label and alter its property palette. D
Click the dept column and alter its property palette.
考题
单选题You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to design a composite custom control for the application. You include a ListBox control has a property that provides the item count of the ListBox control. You need to ensure that the property cannot be accessed at design time. Which attribute should you use?()A
[Bindable(false)]B
[DesignOnly(false)]C
[EditorBrowsable(EditorBrowsableState.Never)]D
[Browsable(false)]
考题
单选题Which statement is true about a NAT rule action of off?()A
The NAT action of off is only supported for destination NAT rule-sets.B
The NAT action of off is only supported for source NAT rule-sets.C
The NAT action of off is useful for detailed control of NATD
The NAT action of off is useful for disabling NAT when a pool is exhausted.
考题
单选题Which of the following is NOT a common or correct use of a custom control?()A
Adding a company logo to business documentsB
As the UI widgets for 1 specificXPage that will never be replicated by any other XPages, everC
Adding mailing label information to mail and memo pagesD
As a control that needs to appear conditionally, depending on the result of a formula
考题
多选题You create a Web Form that contains a TreeView control. The TreeView control allows users to navigate within the Marketing section of your Web site. The following XML defines the site map for your site. You need to bind the TreeView control to the site map data so that users can navigate only within the Marketing section. Which three actions should you perform?()AAdd a SiteMapDataSource control to the Web Form and bind the TreeView control to it.BAdd a SiteMapPath control to the Web Form and bind the TreeView control to it.CEmbed the site map XML within the SiteMap node of a Web.sitemap file.DEmbed the site map XML within the AppSettings node of a Web.config file.ESet the StartingNodeUrl property of the SiteMapDataSource control to ~/Marketing.aspx.FSet the SkipLinkText property of the SiteMapPath control to Sales.
考题
单选题You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You create a window that contains a Button control and a MenuItem control. Both controls are labeled "Add sugar." The Command properties of the Button and MenuItem controls are set to the same RoutedCommand named AddSugarCommand. You write the following code segment. private void CanAddSugar (object sender, CanExecuteRoutedEventArgs e) { ... } You need to ensure that when the CanAddSugar method sets e.CanExecute to false, the MenuItem and Button controls are disabled. What should you do?()A
Create an event handler for the CanExecuteChanged event of the AddSugarCommand command.Call the CanAddSugar method from within the event handler.B
Inherit the AddSugarCommand from the RoutedUICommand class instead of the RoutedCommand class. Call the CanAddSugar method from within the constructor of the AddSugarCommand command.C
Add a CommandBinding object to the CommandBinding property of the MenuItem control. Set the CanExecute property of the CommandBinding object to the CanAddSugar method.D
Add a CommandBinding object to the CommandBindings property of the window. Set the Command property of CommandBinding to the AddSugarCommand command. Set the CanExecute property of the CommandBinding object to the CanAddSugar method.
考题
单选题You are implementing an ASP.NET page that will retrieve large sets of data from a data source. You add a ListView control and a DataPager control to the page. You need to ensure that the data can be viewed one page at a time. What should you do?()A
Set the DataPager control’s PageSize property to the number of rows to view at one time.B
Set the DataPager control’s PagedControlID property to the ID of the ListView control.C
In the code-behind file, set the DataPager control’s Parent property to the ListView control.D
In the code-behind file, set the ListView control’s Parent property to the DataPager control.
热门标签
最新试卷