You create a Web server control named ContosoControls. You add a Web custom control named ContosoMailer to it. You then distribute the Web Control Library files to your team. You need to provide your team with the correct procedure for adding the Web Control Library to the items in the toolbox of Microsoft Visual Studio .NET. Which procedure should you provide to the team? ()
第1题:
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?()
第2题:
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?()
第3题:
You create a Web site that you must copy from a development server to a testing server, along with all source files. You do not have terminal access to the testing server. You need to create the virtual directory. Then you must copy the Web site to the virtual directory on the testing server without precompiling the site. What should you do? ()
第4题:
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?()
第5题:
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? ()
第6题:
Use the Publish Web tool.
Use the Copy Web tool.
Use the command line to XCOPY the files.
Create a Web Setup project.
第7题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第8题:
ListView Web Server Control
DetailsView Web Server Control
DataList Web Server Control
Data Web Server Control
第9题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第10题:
You need to design a configuration for the Microsoft Outlook Web Access servers. What should you do?()
第11题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page to display photos and captions. The caption of each photo in the database can be modified by using the application. You write the following code fragment.
第12题:
You create a Web Form. The Web Form allows users to recover their passwords. You add a PasswordRecovery server control by using the following code segment.You need to ensure that the server control generates a new password and sends it by e-mail to the users e?mail address. Which two actions should you perform?()
第13题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a custom-templated server control. You need to ensure that the child controls of the server control are uniquely identified within the control hierarchy of the page. Which interface should you implement?()
第14题:
You need to provide analyst reporting capabilities that fulfill the business requirements. What should you do?()
第15题:
Create the ContosoUI control as a Web Control Library.
Create the ContosoUI control as a Web user control.
Within the Visual Studio .NET toolbox, browse to and select ContosoUI.ascx.
Within the Visual Studio .NET toolbox, browse to and select ContosoUI.dll.
第16题:
Add the ID attribute to the Label control.
Add the ID attribute to the TextBox control.
Use the Bind function for the Label control instead of the Eval function.
Use the Eval function for the TextBox control instead of the Bind function.
第17题:
Create a valid
Set the passwordFormat attribute of the configured membership provider to Encrypted.
Ensure that the enablePasswordRetrieval attribute of the configured membership provider is set to False.
Ensure that the enablePasswordRetrieval attribute of the configured membership provider is set to True.