PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 70-515 (update October 26th, 2015)

Exam 70-515: TS: Web Applications Development with Microsoft .NET Framework 4 (update October 26th, 2015)

Which code segment should you use?

You create a Web page that contains the following code.

You need to provide the following implementation. Each time the AddFile button is clicked, a new
div element is created. The new div element is appended after the other file upload div elements
and before the AddFile span. Each new element has a unique identifier. Which code segment should
you use?

Which two actions should you perform?

You are implementing an ASP.NET AJAX page. You add the following control to the page.
<asp:UpdatePanel ID=”pnl1″ runat=”server” UpdateMode=”Conditional”>
<ContentTemplate> … </ContentTemplate>
</asp:UpdatePanel>
You need update the contents of the UpdatePanel without causing a full reload of the page. Which
two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Which two actions should you perform?

You are creating an ASP.NET Web application that uses the SqlMembershipProvider. You plan to test
locally and deploy to multiple production servers. You need to ensure that each deployed
application accesses the same production database in Microsoft SQL Server. Which two actions
should you perform? (Each correct answer presents part of the solution. Choose two.)

You need to ensure that the application shows the Order and Customer entities and hides all other entities

You are developinASP.NETg an Dynamic Data Web application. The application uses entities from a
global library named Entities. The Application_Start event contains the following code segment.
DefaultModel.RegisterContect(typeof)(Entities.MyDBDataContext), new ContextConfiguration() {
ScaffoldAllTables = false }); You need to ensure that the application shows the Order and Customer
entities and hides all other entities.
What should you do?

You need to ensure that the page generates the appropriate database query.

You are developing an ASP.NET Web page.
The page includes the following EntityDataSource control.
<asp:EntityDataSource ID=”EntityDataSource1″ runat=”server”
ConnectionString=”name=AdventureWorksEntities”
DefaultContainerName=”AdventureWorksEntities” EnableFlattening=”False”
EntitySetName=”Products” />
The page must filter the data that is not displayed in a grid based on a querry string paramater
named Product whose ProductName starts with the querry string value. You need to ensure that the
page generates the appropriate database query.


Page 16 of 26« First...10...1415161718...Last »