微软考试是随报随考,在复习的过程中还是不够全面,为了帮助广大考生系统全面的复习好《微软认证学科》,我们考吧网整理了微软认证模拟试题,本次汇编的模拟试题希望对你的考试有所帮助,预祝你考试顺利。
You modify an existing Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
You add a theme to the ASP.NET application.
You need to apply the theme to override any settings of individual controls.
What should you do?
A.In the Web.config file of the application, set the Theme attribute of the pages element to the name of the theme.
B.In the Web.config file of the application, set the StyleSheetTheme attribute of the pages element to the name of the theme.
C.Add a master page to the application. In the @Master directive, set the Theme attribute to the name of the theme.
D.Add a master page to the application. In the @Master directive, set the StyleSheetTheme attribute to the name of the theme.
Answer: A
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
The application uses 10 themes and allows the users to select their themes for the Web page.
When a user returns to the application, the theme selected by the user is used to display pages in the application. This occurs even if the user returns to log on at a later date or from a different client computer.
The application runs on different storage types and in different environments.
You need to store the themes that are selected by the users and retrieve the required theme.
What should you do?
推荐阅读: