MCQs > IT & Programming > ASP.NET > Suppose, the web.config has defined a theme for the application, but theming is disabled in the master page file like this: <%@ Master EnableTheming='false' %> Which of the following statements will be true:

ASP.NET MCQs

Let's suppose, the web.config has defined a theme for the application, but theming is disabled in the master page file like this: <%@ Master EnableTheming="false" %> Which of the following statements will be true:

Answer

Correct Answer: Any content page can enable theme for itself by adding EnableTheming='true' attribute in its page directive

Explanation:

Note: This Question is unanswered, help us to find answer for this one

ASP.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More ASP.NET MCQ Questions