You want to enable users of a Web application to modify the Web application‘s UI and behavior. These modifications must be maintained at the user level so that when users return to the Web application, the changes are still in effect. You need to achieve this goal by using the minimum amount of custom code.What should you do?()A. Persist control data by using view state.B. Use Web Part controls.C. Maintain a profile for each user.D. Enable session state on the Web application.

You want to enable users of a Web application to modify the Web application‘s UI and behavior. These modifications must be maintained at the user level so that when users return to the Web application, the changes are still in effect. You need to achieve this goal by using the minimum amount of custom code.What should you do?()

A. Persist control data by using view state.

B. Use Web Part controls.

C. Maintain a profile for each user.

D. Enable session state on the Web application.


相关考题:

下面( )文件负责处理Application_Start、Application_End、Session_Start和Session_End等事件。A.Web.configB.Config.asaxC.Global.asaxD.Global.inc

当 Web 应用关闭后,你需要人工释放资源。为此,你应该响应哪一个事件?() A.Application_BeginRequestB.Application_EndC. Application_StartD.Application_EndRequest

WhatisthenameoftheWebLogicspecificdeploymentdescriptorofJavaEnterpriseApplication?() A.application.xmlB.weblogic.xmlC.web.xmlD.weblogic-application.xmlE.config.xml

You create a mobile Web application. You need to use a Command control to post user input from the UI elements back to the server.What are two possible ways to achieve this goal?() A. Place the Command control within an instance of the System.Web.UI.MobileControls.SelectionList control.B. Place the Command control within an instance of the System.Web.UI.MobileControls.ObjectList control.C. Place the Command control within an instance of the System.Web.UI.MobileControls.Form control.D. Place the Command control within an instance of the System.Web.UI.MobileControls.Panel control.

下面哪一个项目仅在Struts中出现?() A.JavaBeanB.WeB.xmlC.struts-config.xmlD.application.propertyes

下面选项中,创建Servlet类后需要在哪个配置文件中进行配置()。A.web-config.xmlB.application.xmlC.config.xmlD.web.xml

1、当有用户请求 Web页面时,会触发()事件?A.Application_Start()B.Session_Start()C.Application_End()D.Session_End()

服务器启动时,为每一个web应用项目都创建一个application对象。

当有用户请求 Web页面时,会触发()事件?A.Application_Start()B.Session_Start()C.Application_End()D.Session_End()

连接到同一web服务器的各客户端共享该服务器的application对象。