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.)

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.)

A.
Configure the application code to call the RegisterClientScriptBlock method of the ClientScript object.

B.
Add a custom browser definition file to the application App_Browsers folder.

C.
Add a ClientTarget attribute to the � Page directive of the home page.

D.
Configure the application code to query the Capabilities property of the Request.Browser object.

Explanation:
See alsohttp://msdn.microsoft.com/en-us/library/ms228122.aspx



Leave a Reply 0

Your email address will not be published. Required fields are marked *