网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
多选题
You create a Web Form. You need to add controls that use adaptive rendering to display content. The type of content rendered must depend on the device that is requesting the page. What are two possible ways to achieve this goal? ()
A
Add custom controls that emit XHTML to the Web Form.
B
Add custom controls that emit WML to the Web Form.
C
Add mobile controls to the Web Form.
D
Add Web server controls to the Web Form.
参考答案
参考解析
解析:
暂无解析
更多 “多选题You create a Web Form. You need to add controls that use adaptive rendering to display content. The type of content rendered must depend on the device that is requesting the page. What are two possible ways to achieve this goal? ()AAdd custom controls that emit XHTML to the Web Form.BAdd custom controls that emit WML to the Web Form.CAdd mobile controls to the Web Form.DAdd Web server controls to the Web Form.” 相关考题
考题
You create a Web site. You add an EditorZone control to the home page on the Web site. You need to enable users to customize the size and location of the Web Parts on their home pages.Which two controls should you add to the EditorZone control?()A. BehaviorEditorPartB. AppearanceEditorPartC. PropertyGridEditorPartD. LayoutEditorPart
考题
You create a Web application for your company‘s intranet. You want to enable users to customize their versions of the intranet home page. You create sections of content as Web Parts. You need to ensure that users can customize content at any time.Which two code segments should you use?()A.B.C.D.
考题
You install Microsoft Windows Vista on a new computer that is not connected to the Internet. After you log on, you receive a warning message about an unknown device.You need to prevent the display of the warning message until you download an available hardware driver.What are the two possible ways to achieve this goal? ()A.AB.BC.CD.D
考题
You create a Web Form. You need to add controls that use adaptive rendering to display content. The type of content rendered must depend on the device that is requesting the page.What are two possible ways to achieve this goal? ()A. Add custom controls that emit XHTML to the Web Form.B. Add custom controls that emit WML to the Web Form.C. Add mobile controls to the Web Form.D. Add Web server controls to the Web Form.
考题
You create a Web Form that contains a button named btnCancel that enables users to exit the page. When users click this button, validation must not occur. During testing you learn that clicking the Cancel button does not enable users to exit the page. You need to ensure that users can always exit the page. What should you do? ()A、Set the Enabled property of the validation controls on the Web Form to False.B、Set the CausesValidation property of the btnCancel button to False.C、Set the CausesValidation property of the btnCancel button to True.D、Set the Visible property of the validation controls on the Web Form to False.
考题
You are developing a Web control. The Web control captures user address information in a Web application. You create a class named AddressControl that inherits from CompositeControl. This control consists of child controls.You need to ensure that the child controls are properly output to the browser.Developers using your control must be able to set the appropriate text for labels. In addition, they must be able to pull user address information from the associated text boxes during postback. What should you do?()A、Override the EnsureChildControls method of the base class. Add the child controls to the base container.B、Override the CreateControlCollection method of the base class. Add the child controls to the ControlCollection classC、Override the CreateChildControls method of the base class. Add the child controls to the base container.D、Override the DataBindChildren method of the base class. Add the child controls to the ControlCollection class.
考题
You create a Web Form. You need to add controls that use adaptive rendering to display content. The type of content rendered must depend on the device that is requesting the page. What are two possible ways to achieve this goal?()A、Add custom controls that emit XHTML to the Web Form.B、Add custom controls that emit WML to the Web Form.C、Add mobile controls to the Web Form.D、Add Web server controls to the Web Form.
考题
You create a Web Form that contains a button named btnCancel that enables users to exit the page. When users click this button, validation must not occur. During testing you learn that clicking the Cancel button does not enable users to exit the page. You need to ensure that users can always exit the page. What should you do?()A、Set the Enabled property of the validation controls on the Web Form to False.B、Set the CausesValidation property of the btnCancel button to False.C、Set the CausesValidation property of the btnCancel button to True.D、Set the Visible property of the validation controls on the Web Form to False.
考题
You want to enable users of a Web application to modify the Web application's UI and behavior. These modifications must be maintained at the user level so that when users return to the Web application, the changes are still in effect. You need to achieve this goal by using the minimum amount of custom code. What should you do?()A、Persist control data by using view state.B、Use Web Part controls.C、Maintain a profile for each user.D、Enable session state on the Web application.
考题
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.
考题
You need to design a method to update the content on the Web server. Your solution must meet business and security requirements. What are two possible ways to achieve this goal?()A、Use SSH to encrypt content as it is transferred to the Web server on the perimeter networkB、Install the Microsoft FrontPage Server Extensions, and use FrontPage to update contentC、Use Web Distributed Authoring and Versioning (WebDAV) over and SSL connection to the Web server to update contentD、Use FTP over an IPSec connection to transfer content to the Web serverE、Use Telnet to connect to the Web server, and then perform content changes directly on the server
考题
You create a Web site. You add an EditorZone control to the home page on the Web site. You need to enable users to customize the size and location of the Web Parts on their home pages. Which two controls should you add to the EditorZone control?()A、BehaviorEditorPartB、AppearanceEditorPartC、PropertyGridEditorPartD、LayoutEditorPart
考题
You install Microsoft Windows Vista on a new computer that is not connected to the Internet. After you log on, you receive a warning message about an unknown device. You need to prevent the display of the warning message until you download an available hardware driver. What are the two possible ways to achieve this goal? ()A、Disable the device.B、Uninstall the device.C、Select the Ask me again later option from the warning message details.D、Select the Dont show this message again for this device option from the warning message details.
考题
You create a master page named Template.master. Template.master contains the following ContentPlaceHolder server controls.You also create 10 Web Forms. The Web Forms reference Template.master as their master page. Each Web Form has the following Content controls that correspond to the ContentPlaceHolder controls in Template.master.You need to configure the Web pages so that default content will be shown in the area2 ContentPlaceHolder control whenever a Web Form does not provide that content. What should you do? ()A、Move default content inside area2 in Template.master. Remove area2 from Web Forms that do not provide content.B、Move default content inside area2 in Template.master. Leave area2 blank in Web Forms that do not provide content.C、Move default content inside area2 in the Web Forms. Remove area2 from Template.master.D、Create an additional ContentPlaceHolder control in Template.master named area2_default. Place default content inside area2_default. Remove area2 from Web Forms that do not provide content.
考题
You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET Web application using .NET Framework 4.0. You create a Web page in the application. The Web page will get large sets of data from a data source. You add a DataPager control to the page. You are required to display navigation controls that enable you to create a custom paging Ul for the DataPager control. What will you do?()A、Use NextPreviousPagerField.B、Use NumericPagerField.C、Use PreviousPagerField.D、Use NextPagerField.E、Use TemplatePagerField.
考题
You are developing a Windows Presentation Foundation (WPF) application. You need to use XAML to create a custom control that contains two Button controls. From which base class should you inherit? ()A、FrameworkElementB、UIElementC、UserControlD、Button
考题
多选题You need to design a method to update the content on the Web server. Your solution must meet business and security requirements. What are two possible ways to achieve this goal?()AUse SSH to encrypt content as it is transferred to the Web server on the perimeter networkBInstall the Microsoft FrontPage Server Extensions, and use FrontPage to update contentCUse Web Distributed Authoring and Versioning (WebDAV) over and SSL connection to the Web server to update contentDUse FTP over an IPSec connection to transfer content to the Web serverEUse Telnet to connect to the Web server, and then perform content changes directly on the server
考题
多选题You create a Web site. You add an EditorZone control to the home page on the Web site. You need to enable users to customize the size and location of the Web Parts on their home pages. Which two controls should you add to the EditorZone control? ()ABehaviorEditorPartBAppearanceEditorPartCPropertyGridEditorPartDLayoutEditorPart
考题
单选题You create a master page named Template.master. Template.master contains the following ContentPlaceHolder server controls. You also create 10 Web Forms. The Web Forms reference Template.master as their master page. Each Web Form has the following Content controls that correspond to the ContentPlaceHolder controls in Template.master. You need to configure the Web pages so that default content will be shown in the area2 ContentPlaceHolder control whenever a Web Form does not provide that content. What should you do? ()A
Move default content inside area2 in Template.master. Remove area2 from Web Forms that do not provide content.B
Move default content inside area2 in Template.master. Leave area2 blank in Web Forms that do not provide content.C
Move default content inside area2 in the Web Forms. Remove area2 from Template.master.D
Create an additional ContentPlaceHolder control in Template.master named area2_default. Place default content inside area2_default. Remove area2 from Web Forms that do not provide content.
考题
多选题You create a Web Form. You need to add controls that use adaptive rendering to display content. The type of content rendered must depend on the device that is requesting the page. What are two possible ways to achieve this goal? ()AAdd custom controls that emit XHTML to the Web Form.BAdd custom controls that emit WML to the Web Form.CAdd mobile controls to the Web Form.DAdd Web server controls to the Web Form.
考题
单选题You want to enable users of a Web application to modify the Web application's UI and behavior. These modifications must be maintained at the user level so that when users return to the Web application, the changes are still in effect. You need to achieve this goal by using the minimum amount of custom code. What should you do?()A
Persist control data by using view state.B
Use Web Part controls.C
Maintain a profile for each user.D
Enable session state on the Web application.
考题
多选题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?()AAdd the OnClick event handler for the Login button to the code used in the custom user control.BAdd the OnClick event handler for the Login button to the code used in the Web Form where the control is added.CIn 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.DIn the Page_Load method of the custom user control, add a code segment to set the visibility of the TextBox and Button controls.
考题
多选题You install Microsoft Windows Vista on a new computer that is not connected to the Internet. After you log on, you receive a warning message about an unknown device. You need to prevent the display of the warning message until you download an available hardware driver. What are the two possible ways to achieve this goal? ()ADisable the device.BUninstall the device.CSelect the Ask me again later option from the warning message details.DSelect the Dont show this message again for this device option from the warning message details.
考题
单选题You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET Web application using .NET Framework 4.0. You create a Web page in the application. The Web page will get large sets of data from a data source. You add a DataPager control to the page. You are required to display navigation controls that enable you to create a custom paging Ul for the DataPager control. What will you do?()A
Use NextPreviousPagerField.B
Use NumericPagerField.C
Use PreviousPagerField.D
Use NextPagerField.E
Use TemplatePagerField.
热门标签
最新试卷