You create a mobile Web application. You need to use a Command control to post user input from the UI elements back to the server.What are two possible ways to achieve this goal?() A. Place the Command control within an instance of the System.Web.UI.MobileControls.SelectionList control.B. Place the Command control within an instance of the System.Web.UI.MobileControls.ObjectList control.C. Place the Command control within an instance of the System.Web.UI.MobileControls.Form control.D. Place the Command control within an instance of the System.Web.UI.MobileControls.Panel control.

You create a mobile Web application. You need to use a Command control to post user input from the UI elements back to the server.What are two possible ways to achieve this goal?()

A. Place the Command control within an instance of the System.Web.UI.MobileControls.SelectionList control.

B. Place the Command control within an instance of the System.Web.UI.MobileControls.ObjectList control.

C. Place the Command control within an instance of the System.Web.UI.MobileControls.Form control.

D. Place the Command control within an instance of the System.Web.UI.MobileControls.Panel control.


相关考题:

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 the domain administrator for your company‘s Active Directory domain. All domain controllers run Windows Server 2003.The network consists of 10 offices located across South America. The organizational unit (OU) structure consists of one top-level OU for each branch office. Each top-level OU contains eight or more child OUs, one for each department. User accounts are located in the appropriate departmental OU within the appropriate office OU.For security purposes,you routinely disable user accounts for terminated employees. As part of an internal audit, you need to create a list of all disabled user accounts.You need to generate the list of disabled user accounts as quickly as possible.What are two possible ways to achieve this goal? ()(Each correct answer presents a complete solution. Choose two.)A. In Active Directory Users and Computers, create a new saved query.B. Run the dsget user command.C. Run the dsquery user command.D. Run the netsh command.

The pop-up blocker is enabled on your computer. A Web site that you visit regularly uses pop-ups.You need to view the pop-ups from this Web site while maintaining the highest level of security for all other Web sites.What are two possible ways to achieve this goal?()A.AB.BC.CD.DE.E

You create a Web Form with several UI elements on it. During a code review, you realize that some of the UI elements can be grouped into user controls. You need to create a Web control to group the UI elements that do not require server-side processing. Doing so will enable you to programmatically add or remove the UI elements from the page. You want to maintain the UI elements' style properties. What should you do? ()A、Use System.Web.UI.TemplateControl to group the UI elements.B、Use System.Web.UI.HtmlControls.HtmlControl to group the UI elements.C、Use System.Web.UI.LiteralControl to group the UI elements.D、Use System.Web.UI.WebControls.Literal to group the UI elements.

You create a mobile Web application. You need to use a Command control to post user input from the UI elements back to the server. What are two possible ways to achieve this goal?()A、Place the Command control within an instance of the System.Web.UI.MobileControls.SelectionList control.B、Place the Command control within an instance of the System.Web.UI.MobileControls.ObjectList control.C、Place the Command control within an instance of the System.Web.UI.MobileControls.Form control.D、Place the Command control within an instance of the System.Web.UI.MobileControls.Panel control.

You deploy a mobile messaging solution with Microsoft Exchange Server 2003 Service Pack 2.   When the application is running, it must not be able to access protected registry keys.   You need to ensure that the application meets the outlined requirement. What are two possible ways to achieve this goal?()A、Use Microsoft Windows Mobile 5.0 Pocket PC Phone Edition operating system.B、Use Microsoft Windows Mobile 2003 for Pocket PC operating system.C、Use Microsoft Windows Mobile 5.0 for Smartphone operating system.D、Use Microsoft Windows Mobile 2003 for Smartphone operating system.

You create a control named ContosoUI for a Web application. You need to add the control to the toolbox of Microsoft Visual Studio .NET. Which two actions should you perform?()A、Create the ContosoUI control as a Web Control Library.B、Create the ContosoUI control as a Web user control.C、Within the Visual Studio .NET toolbox, browse to and select ContosoUI.ascx.D、Within the Visual Studio .NET toolbox, browse to and select ContosoUI.dll.

You have an Exchange Server 2010 organization.You need to ensure that a user can open a resource mailbox.What are two possible ways to achieve this goal?()A、From Microsoft Office Outlook, modify the properties of the resource mailbox.B、From the Exchange Management Console, create a new sharing policy.C、From the Exchange Management Shell, set the Resource Delegates parameter for the resource mailbox.D、From the Active Directory Users and Computers console, reset the password for the account associated to the resource mailbox, and then provide the password to the user.

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 use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You discover that when the application runs, a user control is not rendered correctly. You need to find out the user interface (UI) element of the window that is causing the rendering problem. What should you do?()A、Use the Local Window.B、Use the WPF Visualizer.C、Generate a trace log by using IntelliTrace.D、Set a breakpoint at the control. Run the application.

You use Microsoft .NET Framework 4 to create a Windows application. You use ClickOnce technology to install the application on computers that run Windows 7 with User Access Control (UAC) enabled. The application requires access to environment variables on each computer. You need to ensure that users who do not have administrative permissions can install the application. Which deployment method should you use? ()A、Start from Web.B、Install from Web.C、Start from network shareD、Install from network share.

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

Your company has a single Active Directory directory service forest. All user accounts are located in  the Users container. You need to create a number of organizational units (OUs) that will be used to store  user accounts.  What are two possible ways to achieve this goal?()A、 Use the Active Directory Sites and Services snap-in.B、 Use the Active Directory Users and Computers snap-in.C、 Use the Dsadd command-line tool with the OU parameter.D、 Use the Dsmod command-line tool with the OU parameter.

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.

ou create a page in an ASP.NET Web application. The page retrieves and displays data from a Microsoft SQL Server database. You need to create a data source that can connect to the database. What are two possible ways to achieve this goal?()A、Use an ObjectDataSource control and set its TypeName property to System.Data.SqlClient.SqlConnection.B、Use a SqlDataSource control and configure its ConnectionString in the web.config file.C、Use an XmlDataSource control together with an Xml control that represents the database.D、Use a LinqDataSource control with entity classes that represent the elements in the database.

You have a computer that runs Windows 7. The computer is in a workgroup. You need to ensure that youcan decrypt Encrypting File System (EFS) files on the computer if you forget your password.  What are two possible ways to achieve this goal?()A、From Credential Manager, select Back up vault.B、From User Accounts, select Create a password reset disk.C、From User Accounts, select Manage your file encryption certificates.D、From Authorization Manager, modify the Authorization Manager options.

单选题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? ()ACreate a control that derives from System.Web.UI.Control.BCreate a control that derives from System.Web.UI.WebControls.CompositeControl.CCreate a control that derives from System.Web.UI.WebControls.WebControl.DCreate a control that derives from System.Web.UI.UserControl.

单选题You create a Web Form with several UI elements on it. During a code review, you realize that some of the UI elements can be grouped into user controls. You need to create a Web control to group the UI elements that do not require server-side processing. Doing so will enable you to programmatically add or remove the UI elements from the page. You want to maintain the UI elements' style properties. What should you do? ()AUse System.Web.UI.TemplateControl to group the UI elements.BUse System.Web.UI.HtmlControls.HtmlControl to group the UI elements.CUse System.Web.UI.LiteralControl to group the UI elements.DUse System.Web.UI.WebControls.Literal to group the UI elements.

多选题You are the network administrator for TestKing.com. All network servers run Windows Server 2003. The network consists of 10 offices located across Europa. The OU structure consists of one top-level OU for each branch office. Each top-level OU contains eight or more child OUs, one for each department. User accounts are located in the appropriate departmental OU within the appropriate office OU. For security purposes, you routinely disable user accounts for terminated employees. As part of an internal audit, you need to create a list of all disabled user accounts. You need to generate the list of disabled user accounts as quickly as possible. What are two possible ways to achieve this goal? ()(Each correct answer presents a complete solution. Choose two.)AIn Active Directory Users and Computers, create a new saved query.BRun the dsget user command.CRun the dsquery user command.DRun the netsh command.

多选题ou create a page in an ASP.NET Web application. The page retrieves and displays data from a Microsoft SQL Server database. You need to create a data source that can connect to the database. What are two possible ways to achieve this goal?()AUse an ObjectDataSource control and set its TypeName property to System.Data.SqlClient.SqlConnection.BUse a SqlDataSource control and configure its ConnectionString in the web.config file.CUse an XmlDataSource control together with an Xml control that represents the database.DUse a LinqDataSource control with entity classes that represent the elements in the database.

多选题You have a computer that runs Windows 7. The computer is in a workgroup. You need to ensure that youcan decrypt Encrypting File System (EFS) files on the computer if you forget your password.  What are two possible ways to achieve this goal?()AFrom Credential Manager, select Back up vault.BFrom User Accounts, select Create a password reset disk.CFrom User Accounts, select Manage your file encryption certificates.DFrom Authorization Manager, modify the Authorization Manager options.

多选题You create a control named ContosoUI for a Web application. You need to add the control to the toolbox of Microsoft Visual Studio .NET. Which two actions should you perform?()ACreate the ContosoUI control as a Web Control Library.BCreate the ContosoUI control as a Web user control.CWithin the Visual Studio .NET toolbox, browse to and select ContosoUI.ascx.DWithin the Visual Studio .NET toolbox, browse to and select ContosoUI.dll.

单选题You use Microsoft .NET Framework 4 to create a Windows Presentation Framework (WPF) application. You plan to create a custom control that contains four text input fields. Each of the text input fields within the control will contain a label. You need to ensure that the text input fields within the control can be validated by using a regular expression validator. Which class should you inherit from?()ATextBoxBTextElementCUIElementDUserControl

单选题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?()APersist control data by using view state.BUse Web Part controls.CMaintain a profile for each user.DEnable session state on the Web application.

单选题Your company has an Active Directory domain. The company runs Terminal Services.  A user has remotely logged on to the Terminal Server. The user requires help to use an application. When you connect to the Terminal Server session, you cannot operate any applications. You need to ensure that you can assist any user on the Terminal Server. What should you do?()A From the Terminal Server run the Tscon /v command. Then reconnect to the session.B Run the Chgusr /execute command on the Terminal Server. Then reconnect to the session.C Enable Use remote control with default user settings in the RDP-Tcp Properties.D Enable Use remote control with the following settings in the RDP-Tcp Properties. Configure the Level of control policy setting to Interact with the session. Instruct the user to log off and log back on.