PrepAway - Latest Free Exam Questions & Answers

Tag: 70-553

Exam 70-553: UPGRADE: MCSD Microsoft .NET Skills to MCPD Enterprise Application Developer by Using the Microsoft .NET Framework: Part 1

Which three actions should you perform?

You create a Web Form that contains a TreeView control. The TreeView control allows users to navigate within the Marketing section of your Web site. The following XML defines the site map for your site.

<siteMapNode url=”~\default.aspx” title=”Home”
description=”Site Home Page”>
<siteMapNode url=”Sales.aspx” title=”Sales”
description=”Sales Home”>
<siteMapNode url=”SalesWest.aspx” title=”West Region”
description=”Sales for the West Region” />
<siteMapNode url=”SalesEast.aspx” title=”East Region”
description=”Sales for the East Region” />
</siteMapNode>
<siteMapNode url=”Marketing.aspx” title=”Marketing”
description=”Marketing Home”>
<siteMapNode url=”MarketNational.aspx” title=”National
Campaign”
description=”National marketing campaign” />
<siteMapNode url=”MarketMidwest.aspx” title=”Midwest
Campaign”
description=”Midwest region marketing campaign” />
<siteMapNode url=”MarketSouth.aspx” title=”South Campaign” description=”South region marketing campaign” />
</siteMapNode>
</siteMapNode>

You need to bind the TreeView control to the site map data so that users can navigate only within the Marketing section. Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)

What should you do?

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?

What are two possible ways to achieve this goal?

You are developing a Web application that has two distinct UIs. One UI is targeted to desktop browsers. The other UI is targeted to mobile devices. The mobile devices might or might not support cookies and relative URLs. Users request the Default.aspx page. You need to redirect users to the appropriate UI, depending on whether they are using a mobile device or a desktop browser. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution.
Choose two.)

Which two actions should you perform?

You are creating a mobile Web Form that displays your company’s logo. The Web Form contains the following image control.

<mobile:Image ID=”ImageLogo” runat=server ImageURL=”logo-bw.gif”> </mobile:Image>

You need to display the logo in black and white on devices that do not support color. In addition, you need to display the logo in color on devices that support color. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)


Page 9 of 10« First...678910