Microsoft
70-515 · Question #202
You are implementing an ASP.NET web page that contains a ScriptManager control. You need to ensure that only the required Microsoft AJAX Framework Javascript files are loaded.
The correct answer is B. Set the AjaxFrameworkMode property of the ScriptManager to Explicit, and reference each. See the full explanation below for the reasoning.
Question
You are implementing an ASP.NET web page that contains a ScriptManager control. You need to ensure that only the required Microsoft AJAX Framework Javascript files are loaded.
Options
- ASet the AjaxFrameworkMode property of the ScriptManager to Enabled, and reference each
- BSet the AjaxFrameworkMode property of the ScriptManager to Explicit, and reference each
- CSet the AjaxFrameworkMode property of the ScriptManager to Disabled, and reference each
- DSet the AjaxFrameworkMode property of the ScriptManager to Enabled, and manually add a
How the community answered
(45 responses)- A4% (2)
- B82% (37)
- C11% (5)
- D2% (1)
Community Discussion
No community discussion yet for this question.