Microsoft
70-519 · Question #129
You are designing an ASP.NET Web application that targets multiple browsers and form factors. Some devices do not support the markup produced by a third-party server control. You cannot modify the…
The correct answer is D. Derive a class from ControlAdapter that produces device-specific markup. See the full explanation below for the reasoning.
Question
You are designing an ASP.NET Web application that targets multiple browsers and form factors. Some devices do not support the markup produced by a third-party server control. You cannot modify the third-party server control. You need to recommend an approach for providing the correct markup for the problematic devices. What should you recommend?
Options
- ADerive a class from the third-party server control.
- BCreate an ASP.NET theme specific to each problematic device.
- CIn the page PreRender event, call the Response.
- DDerive a class from ControlAdapter that produces device-specific markup.
How the community answered
(43 responses)- A5% (2)
- B9% (4)
- C2% (1)
- D84% (36)
Community Discussion
No community discussion yet for this question.