You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. You create a folder named Dark in the App_Themes folder of the Web application. You also addfour skin files to this folder. You have to make sure that the controls on a page have their appearances overridden by the control definitions defined in the skin files. What should you do? Which Page directive should you use?()
- AYou should use the page directive: <%@ Page StyleSheetTheme="App_Themes.Dark"/>
- BYou should use the page directive: <%@ Page Theme="App_Themes.Dark"/>
- CYou should use the page directive: <%@ Page Theme="Dark"/>
- DYou should use the page directive: <%@ Page StyleSheetTheme="Dark"/>