单项选择题
You are the newly appointed system administrator at Certkiller.com. You are in the process ofcreating a Microsoft ASP.NET application using Microsoft .NET Framework v3.5.
The new application will make use of eleven themes. Certkiller clients will be permitted to selecttheir themes from the Web page. You need to make sure that the theme selected by a client isdisplayed when the client returns to the application. This should occur even when the client returnsto log on at a later date or from another workstation.
You should take cognizance of the fact that the application operates on different storage types andin different environments. Management wants you tp store the themes selected by the clients aswell as retrieving the required theme.
What should you do?()
A.This can be accomplished using the Response.Cookies collection in order to store the name ofthe theme that is selected by the client.
B.This can be accomplished by retrieving the required theme name from the Session object everytime the client visits a page.
C.This can be accomplished by retrieving the required theme name every time the client visits apage.
D.This can be accomplished by retrieving the required theme name from the Application objectevery time the client visits a page.
相关考题
-
单项选择题
You are employed as a network administrator at Certkiller.com. You are in the process of creatingan ASP.NET application using .NET Framework v3.5. The newly created application contains two Web pages. The Web pages is named OrderDetails.aspx and OrderError.htm. You discover that a stack trace is displayed to remoteusers as soon as the application throws unhandled errors in OrderDetails.aspx. Management wants you to make sure that unhandled error for the OrderError.htm Web page is only displayed inOrderDetails.aspx. What should you do?()
A.A
B.B
C.C
D.D -
单项选择题
Certkiller.com has employed you as a Web Application Developer. You are in the process ofcreating a ASP.NET application using .NET Framework v3.5. The newly created applicationincludes a mobile Web page. The mobile Web page contains the following StyleSheet control: <mobile:StyleSheet id="MyStyleSheet" runat="server"> <mobile:Style Name="StyleA" Font-Name="Times New Roman" Font-Bold="True"Wrapping="NoWrap"> </mobile:Style> </mobile:StyleSheet> You receive an instruction from management to add a Label control named TestLabel that willmakes use of a defines style in the MyStyleSheet StyleSheet control. You should thus determinethe appropriate markup that needs to be used. What should you do?()
A.A
B.B
C.C
D.D -
单项选择题
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?()
A.You should use the page directive: <%@ Page StyleSheetTheme="App_Themes.Dark"/>
B.You should use the page directive: <%@ Page Theme="App_Themes.Dark"/>
C.You should use the page directive: <%@ Page Theme="Dark"/>
D.You should use the page directive: <%@ Page StyleSheetTheme="Dark"/>
