Microsoft
70-519 · Question #100
70-519 Question #100: Real Exam Question with Answer & Explanation
The correct answer is B. Create two separate themes for desktop and mobile user interfaces D. Create a System.Web.Ul.Page subclass that all Web application pages inherit from.. See the full explanation below for the reasoning.
Question
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 bandwidth-intensive elements. You need to design the Web application to meet the requirements. Which two approaches should you recommend? (Each correct answer presents part of the solution, Choose two.)
Options
- ACreate two separate skins for desktop and mobile user interfaces
- BCreate two separate themes for desktop and mobile user interfaces
- CIn the PreRender method of the Web application's master page, test Request.
- DCreate a System.Web.Ul.Page subclass that all Web application pages inherit from.
Community Discussion
No community discussion yet for this question.