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

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 is in the code-behind file for a page: private void Process(Location[] locations) { if (_scriptManager.IsInAsyncPostBack) { JavaScriptSerializer jsonSerializer = new JavaScriptSerializer(); string jsonArray… Continue reading

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

Question: You work as a Web Application Developer at Company.com. You make use of the C# as the programming language to create an ASP.NET Web application in the Microsoft .NET Framework 3.5. You want to add Visual Basic.NET code to the application. However, the Visual Basic.NET code cannot be converted… Continue reading

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

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. An exception management framework is not used in the Web application. You need to ensure that the application log the unhandled exceptions automatically to the event… Continue reading

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

Question: You work as an application developer at Company.com. You are in the process of creating an ASP.NET AJAX enabled application using .NET Framework 3.5. You are experiencing problems with the JavaScript code in the application. You want to debug the JavaScript. You then attach Microsoft Visual Studio 2008 debugger… Continue reading

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

Question: You work as a Web Developer at Company.com. You make use of Microsoft ASP.NET 3.5 to create a Web application. The Company.com network contains a test server named Company-SR01. You deploy the application to Company-SR01 and enable debugging. The application is hosted in Microsoft Internet Information Services (IIS) 6.0…. Continue reading

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

Question: You work as an application developer at Company.com. You create an ASP.NET application. You make use of .NET Framework 3.5 to create the application. The service contract below is exposed by the Microsoft Windows Communication Foundation (WCF) service that you created. (The line numbers is included for reference purposes)… Continue reading

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

Question: You are the newly appointed Web Application Developer at Company.com. You make use of Microsoft .NET Framework 3.5 to create a Microsoft ASP.NET application. Your application contains a Web page with the code below: <asp:ListBox ID=”lb1″AutoPostBack=”true” runat=”server” /> The page contains a code-behind file. The code below is written… Continue reading

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

Question: You work as an application developer at Company.com. You make use of .NET Framework 3.5 to create an ASP.NET application. You application contains a Web page named Display.aspx. Display.aspx contains a LinqDataSource DataSource named Lds1 that has a primary key named ContID and a DetailsView control that is named… Continue reading

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

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 markup is added to the page: <asp:TextBox ID=”priceTextBox” runat=”server”/> <asp:RequiredFieldValidator ID=”requiredValidator” runat=”server” ErrorMessage=”You must specify a price.” ControlToValidate=”priceTextBox”/> <asp:CompareValidator ID=”numberValidator” runat=”server” Operator=”DataTypeCheck” Type=”Double” ErrorMessage=”The… Continue reading

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

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. This application will be part of a solution that contains a Windows Communication Foundation (WCF) service project. The Web application will be used to make calls… Continue reading