当前位置:MCTS(70-515)题库

问题:

[单选]

You are implementing an ASP.NET Web site. 
The site allows users to explicitly choose the display language for the site's Web pages. You create a Web page that contains a DropDownList named ddlLanguage, as shown in the following code segment.

The site contains localized resources for all page content that must be translated into the language that is selected by the user. You need to add code to ensure that the page displays content in the selected language if the user selects a language in the drop-down list. Which code segment should you use?()

A . protected void SelectedLanguageChanged(object sender, EventArgs e) {Page.UICulture = ddlLanguage.SelectedValue;}
B . protected override void InitializeCulture() {Page.UICulture = Request.Form["ddlLanguage"];}
C . protected void Page_Load(object sender, EventArgs e) {Page.Culture = Request.Form["ddlLanguage"];}
D . protected override void InitializeCulture() {Page.Culture = ddlLanguage.SelectedValue;}

信息隐蔽是指每个模块的实现细节对于其它模块来说是隐蔽的,即()。 当事人向人民法院提交的授权委托书,应在()送交人民法院。 开庭审理前。 开庭审理过程中。 法庭调查结束。 法庭辩论结束。 绘制系统流程图的主要根据不包括:() 信息处理的步骤和内容。 各步骤之间的物理和逻辑关系。 使用流程图常用符号的多少。 每一步所涉及的物理过程。 导水机构中装设的剪断销剪断会出现什么现象?简述被剪断的原因及预防措施预防措施。 单元测试一般由开发人员在编码阶段完成,因而单元测试通常采用的测试方法()。 黑盒测试方法。 静态分析方法。 动态测试方法。 白盒测试方法。

You are implementing an ASP.NET Web site. 
The site allows users to explicitly choose the display language for the site's Web pages. You create a Web page that contains a DropDownList named ddlLanguage, as shown in the following code segment.

The site contains localized resources for all page content that must be translated into the language that is selected by the user. You need to add code to ensure that the page displays content in the selected language if the user selects a language in the drop-down list. Which code segment should you use?()

参考答案:

  参考解析

本题暂无解析

在线 客服