PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

You need to acces the EmployeeName value and display the value within the lblEmployeeName label

You are developing an ASP.Net web application.
The application includes a master page named CustomerMaster.master that contains a public string property
name EmployeeName application also includes a second master page named NestedMaster.master that is
defined by the following directive.
<%@ Master Language=”C#”
MasterPageFile=”~/CustomMaster.Master”
CodeBehind=”NestedMaster.Master.cs”
Inherits=”MyApp.NestedMaster”%>
You add a content page that uses the NestedMaster.master page file.The content page contains a label control
named lblEmployeeName.
You need to acces the EmployeeName value and display the value within the lblEmployeeName label.
What should you do?

You need to apply the General theme to all pages, and you must ensure that the page-specific customizations ar

You are developing an ASP.NET web application. Yourdesigner creates a theme named General for general
use in the application.
The designer also makes page-specific changes to the default properties of certain controls.
You need to apply the General theme to all pages, and you must ensure that the page-specific customizations
are preserved.
What should you do?

Build List and Reorder:

You work as an ASP.NET Web Application Developer for SomeCompany.
The company uses Visual Studio .NET 2010 as its application development platform.
You create an ASP.NET Web application using .NET Framework 4.0.
The application has an ASP.NET page.
The page contains a method named GetCustomerOrderData that returns a DataSet.
GetCustomerOrderData contains two DataTable objectsnamed CustomerDetails and OrderDetails,
respectively.
You are required to display the data in OrderDetails in a DetailsView named ViewDetail.
Choose the appropriate steps in the correct order to accomplish this.
Build List and Reorder:

You need to configurethe Web API

You are developing an ASP.NET Web API application for currency conversion that will be consumed by a web
browser by using a composite application that is served from another web domain. You need to configurethe
Web API. What should your do? (To answer, drag the appropriate XML elements to the correct location inthe
answer area. Each XML element may be used once, more than once, or not at all. You may need to drag the
split bar between panes or scroll to view content.)