Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 15

Question: You work as a Web Developer at Company.com. You use Microsoft ASP.NET 3.5 to create a Web application. You decide to create a SqlDataAdapter instance named TestAdapter that perform the SQL command: SELECT * FROM Customer; SELECT * FROM Product You need to fill a DataSet instance from the… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 14

Question: You work as a Web Developer at Company.com. You are in the process of creating a Web application that uses Microsoft ASP.NET 3.5. The following code exists on a page (The line numbers are included for reference purposes): 01 string connStr = WebConfigurationManager.ConnectionStrings[0].ConnectionString; 02 using (SqlConnection conn = new… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 13

Question: You work as a Web Developer at Company.com. You are in the process of creating a Web application that uses Microsoft ASP.NET 3.5. You add a Button control to a page. You want to configure the Button control to display a confirmation message box when it is clicked. The… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 12

Question: You work as an application developer at Company.com. You make use of Microsoft .NET Framework 3.5 to create an ASP.NET application. You decide to write the subsequent code segment in the application. (The line numbers is included for reference purposes) 1 <asp:RequiredFieldValidator ID=”val1″ runat=”server” Display=”Dynamic” 2 ControlToValidate=”TxtBox1″ 3 4… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 11

Question: You work as a Web Application Developer. You are currently using Microsoft .NET Framework 3.5 to create an ASP.NET application. You receive a request from management to create a custom control for the marketing department. You name this control _customForm. You then write the subsequent code: Public Delegate Sub… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 10

Question: You work as an application developer at Company.com. You are in the process of creating an ASP.NET application using Microsoft .NET Framework 3.5. You application contains a Web page named Index.aspx that has the code below: <%@ Page Language=”C#” AutoEventWireup=”true” CodeFile=”Index.aspx.cs” Inherits=”_Index” %> <html> … <body> <form id=”form1″ runat=”server”>… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 9

Question: You are appointed as a senior developer at Company.com. Company.com makes use of Microsoft .NET Framework 3.5. You create a Microsoft ASP.NET application that includes a Web page with a Calendar control named cal1. The cal1 control is declared as follws: <asp:Calendar EnableViewState=”false”ID=”cal1″ runat=”server” /> The code-behind file of… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 8

Question: You work as an application developer at Company.com. The previous developer created an ASP.NET application using .NET Framework 3.5. You receive an instruction from management to create a Web page that will be used to display images and a description of the image. You have to make sure that… Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 7

Question: You work as an application developer at Company.com. You are in the process of creating an Asp.Net application that uses Microsoft .NET Framework 3.5. The application is hosted on a Microsoft IIS 6.0 server named Company-SR01. You receive several requests from management to set up Company-SR01 for remote debugging…. Continue reading

Exam 70-562 : Microsoft .NET Framework 3.5, ASP.NET Application Development – 6

Question: You work as an application developer at Company.com. You use .NET Framework 3.5 to create an ASP.NET application. You deploy the application on a Web server named Company-SR21. As soon as you try to access the application through Microsoft Internet Explorer you receive a “Service Unavailable” error message. To… Continue reading