What should you do?
You are creating an ASP.NET application by using the .NET Framework 3.5.
The application uses nested master pages. Every page on the site uses a department-specific child master page that references a parent master page that is shared by all the departments.
Your company has recently purchased a new charting component that creates dynamic images.
You need to perform the following tasks:
– Add the charting component to all intranet Web pagesin the application by using theminimum possible development effort.
– Ensure that individual Web pages can declaratively replace the charting component with a static image.
What should you do?
Which two actions should you perform?
You are creating an ASP.NET application by using the .NET Framework 3.5.
Users access the application by using different browsers and mobile devices.
You need to ensure that the Web application renders output that fully uses the capabilities of the mobile devices.
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 application by using the .NET Framework 3.5.
The application contains several ASP.NET pages that must be localized into multiple languages.
You need to implement a solution that allows the pages to load language-specific and
region-specific content that is stored in a Microsoft SQL Server database.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
What should you do?
You are creating an ASP.NET application by using the .NET Framework 3.5.
You create a Web form in the application. You add a TextBox control and a Button control to the form. When the user clicks the Button contro the input text from the TextBox control is stored in a database.
You also add a Validation control to the form to verify whether the input data is valid before it is stored in the database.
You discover that users who have Javascript disabled in their Web browsers can store invalid data in the database.
You need to ensure that only valid data is submitted to the database.
What should you do?
Which data-bound Web server control should you use?
You are creating an ASP.NET application by using the .NET Framework 3.5.
The application contains 10 Web forms. Each Web form displays customer information that is retrieved from the database by using a data-bound Web server control.
You need to ensure that the data-bound Web Server control meets the following business requirements:
– It displays a single record at a time.
– It allows the user to page through multiple customer records.
– It can create, update, and delete customer records in the database.
– It displays customer information by using a different layout on each Web form.
Which data-bound Web server control should you use?
Which control should you use?
You are creating ASP.NET applications by using the .NET Framework 3.5.
You are designing a page that guides users through a troubleshooting process. The page will ask a series of questions and then conditionally display additional troubleshooting steps based on user responses.
You need to choose the appropriate control to implement the user interface.
Which control should you use?
What should you do?
You are creating an ASP.NET application by using the .NET Framework 3.5.
You review the design of an ASP.NET Web form that collects text input.
The Web form design has the following features:
– It uses the single-file page model that has script blocks which specify the runat = “serverN attribute.
– It includes a TextBox control.
– It includes a LinkButton control to submit the Web form.
– It includes a RegularExpressionValidator control that validates the text input.
You need to ensure that the Web form functions properly in browsers that have JavaScript support disabled.
What should you do?
Which Web server control should you use?
You are creating an ASP.NET application by using the .NET Framework 3.5.
You create a Web form in your application to display product information by using a data-bound Web server control.
You need to identify the data-bound Web server control that meets the following business requirements:
– Displays information by using a customized item template for the data.
– Supports data paging by using the DataPager Web server control.
Which Web server control should you use?
What should you do?
You are creating A5P.NET applications by using the .NET Framework 3.5.
The application uses the DataSet and DataAdapter classes to retrieve and update data. Data can be stored in Microsoft SQL Server 2008 databases or in Microsoft Access databases.
You are designing a strategy that allows the application to function appropriately regardless of the database management systems used.
You need to implement the strategy by using the minimum amount of development effort.
What should you do?
Which data source control should you use?
You are creating ASP.NET applications by using the .NET Framework 3.5.
You plan to evaluate an application design that has the following specifications:
– Data is stored in a Microsoft SQL Server 2008 database.
– Data is retrieved by using a DataContext object.
– Data is displayed by using GridView controls.
You need to choose an appropriate data source control that can be used in the design of the application.
Which data source control should you use?