Which two approaches should you recommend7 (Each correct answer presents part of the solution?

You are designing an ASP.NET Web application for display on desktop computers and on
mobile devices. You have the following requirements: Present a full-featured interface to
users of desktop computers that include many interaction options and graphical buttons.
Present a simple interface to users of mobile devices that do not include bandwidthintensive
elements. You need to design the Web application to meet the requirements. Which two
approaches should you recommend7 (Each correct answer presents part of the solution?

Choose two.)

You are designing an ASP.NET Web application for display on desktop computers and on
mobile devices. You have the following requirements: Present a full-featured interface to
users of desktop computers that include many interaction options and graphical buttons.
Present a simple interface to users of mobile devices that do not include bandwidthintensive
elements. You need to design the Web application to meet the requirements. Which two
approaches should you recommend7 (Each correct answer presents part of the solution?

Choose two.)

A.
Create two separate skins for desktop and mobile user interfaces

B.
Create two separate themes for desktop and mobile user interfaces

C.
In the PreRender method of the Web application’s master page, test Request. Browser
Mobile Device Model and switch to the appropriate interface.

D.
Create a System.Web.Ul.Page subclass that all Web application pages inherit from. In
the Page_Prelnit method, test Request Browser Is Mobile Device and switch to the
appropriate interface



Leave a Reply 0

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