70-551CSharp MCAD.NET Braindump
ExamSoon 70-551CSharp Exams
Microsoft UPGRADE:MCAD Skills to MCPD Dvlpr by Using the MS.NET Frmwk
O rder : 70-551CSharp Exam
Practice Exam: 70-551CSharp
Exam Number/Code: 70-551CSharp
Exam Name: UPGRADE:MCAD Sk ills to MCPD Dvlpr by Using the MS.NET
Frmwk
Questions and Answers: 88 Q&As
Free 70-551CSharp Braindumps
Exam : Microsoft 70-551CSharp
Title : Upgrade: MCAD Skills to MCPD Dvlpr by Using the MS.NET Frmwk
1. 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?
A. Use the Publish Web tool.
B. Use the Copy Web tool.
C. Use the command line to XCOPY the files.
D. Create a Web Setup project.
Answer: B
2. 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? (Each correct answer presents part of the solution. Choose two.)
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.
Answer: AD
3. You create a Web Form.