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

Question: You are in the process of creating an ASP.NET application using .NET Framework 3.5. The application is designed for mobile devices and contains a mobile Web form. The Web form has the following code: <mobile:ObjectList ID=”OlCrtl” OnItemCommand=”OlCrtl_ItemCommand” Runat=”server”> <Command Name=”cmdShowData” Text=”Data” /> <Command Name=”cmdClear” Text=”Clear” /> </mobile:ObjectList> You then… Continue reading

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

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 v3.5. Your application contains a Web page named Index.aspx that includes various controls. You create a custom control named ckCache that you add to the Index.aspx… Continue reading

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

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 decide to enable view state on all pages in the application. During routine monitoring you discover that certain pages contain large amounts of information that… Continue reading

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

Question: You work as an application developer at Company.com. The previous developer created a Microsoft ASP.NET application that uses Microsoft .NET Framework 3.5. You need to capture the timing and performance information of the application. Management wants you to make sure that data is only accessible when a client is… Continue reading

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

Question: You work as a Web Developer at Company.com. Company.com is currently using Microsoft ASP.NET 3.5. You then decide to create a Web application with a page that contains a DropDownList control named _cultureDDL. A record of languages to which the user interface is localized is displayed by the DropDownList… Continue reading

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

Question: You work as an application developer at Company.com. You make use of Microsoft .NET Framework 3.5 to create a Microsoft ASP.NET application. You application contains a single master page with a static navigation menu. All content pages reference the master pag You want the content pages to replace the… Continue reading

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

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 create a folder named Dark in the App_Themes folder of the Web application. You also add four skin files to this folder. You have to… Continue reading

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

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 CapEval class declared using the following code: public class CapEval { public static bool ChkRes(System.Web.Mobile.MobileCapabilities cap, String arg) { int _res = cap.ScreenCharactersWidth * cap.ScreenCharactersHeight;… Continue reading

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

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 write the code below in order to add a Calendar server control to the Web pag <asp:Calendar SelectionMode=”DayWeek” ID=”Cal1″ runat=”server”></asp:Calendar> You receive an instruction from the senior developer… Continue reading

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

Question: You work as an application developer at Company.com. You are in the process of creating a Microsoft ASP.NET application that uses Microsoft .NET Framework 3.5. Your application contains a Web form that includes AJAX-enabled controls. You make use of the code below to create the Web form: <asp:ScriptManager ID=”scMan1″… Continue reading