You are creating a templated Web control for use in your Web application. You need to add the Web control to your Web application pages without compiling your control into a .dll file. What should you do?()
第1题:
You develop a Web control. The Web control consists of labels and associated text boxes. You need to ensure that the Web control has both toolbox and visual designer support. What should you do?()
第2题:
You develop an ASP.NET Web page that includes multiple WebPartZone controls, an EditorZone. Users report that they cannot customize the layout of the page by moving WebParts from one.You need to ensure that users can successfully move Web Parts from one zone to another. What should you do?()
第3题:
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?()
第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题:
Ensure that the Web control inherits from the WebControl class.
Ensure that the Web control inherits from the Control class.
Ensure that the Web control inherits from the CompositeControl class.
Ensure that the Web control inherits from the UserControl class.
第6题:
Ensure that the Web control inherits from the WebControl class.
Ensure that the Web control inherits from the Control class.
Ensure that the Web control inherits from the CompositeControl class.
Ensure that the Web control inherits from the UserControl class.
第7题:
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?()
第8题:
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?()
第9题:
You are creating a templated Web control for use in your Web application.You need to add the Web control to your Web application pages without compiling your control into a .dll file. What should you do?()
第10题:
You are creating a templated Web control for use in your Web application. You need to add the Web control to your Web application pages without compiling your control into a .dll file. What should you do? ()
第11题:
Ensure that the Web control inherits from the WebControl class.
Ensure that the Web control inherits from the Control class.
Ensure that the Web control inherits from the CompositeControl class.
Ensure that the Web control inherits from the UserControl class.
第12题:
Add a Web Control Library project to your solution. Define a class that inherits from CompositeControl.
Add a Windows Control Library project to your solution. Define a class that inherits from UserControl.
Add a Web User Control to your project. Define a class that inherits from UserControl.
Add a Mobile Web User Control to your project. Define a class that inherits from MobileUserControl.