当前位置:MCPD(70-562)题库

问题:

[单选]

You are the newly appointed Web Application Developer at Certkiller.com. You make use ofMicrosoft .NET Framework v3.5 to create a Microsoft ASP.NET application. 
You create a page on the application that contains the code segment below:<asp:ListBox ID="lstBox1"AutoPostBack="true" runat="server" /> 
The page contains a code-behind file. The code below is written in the file:Private Sub BindData(ByVal sender As Object, ByVal e As EventArgs)
lstLanguages.DataSource = CultureInfo.GetCultures(CultureTypes.AllCultures)lstLanguages.DataTextField = "EnglishName"lstLanguages.DataBind()End Sub 
You receive an instruction from management to make sure that lstBox1 ListBox control retains theselection of the Certkiller client during postback. You thus need to determine the appropriate codethat should be added in the constructor of the page. 
What should you do?()

A . You should consider adding AddHandler lstLanguages.SelectedIndexChanged, AddressOfBindData to the constructor of the page.
B . You should consider adding AddHandler Me.Init, AddressOf BindData to the constructor of thepage.
C . You should consider adding AddHandler Me.PreRender, AddressOf BindData to theconstructor of the page.
D . You should consider adding AddHandler lstLanguages.PreRender, AddressOf BindData to theconstructor of the page.

相对于建设工程固定性的特点,施工生产则表现出()的特点。 一次性。 流动性。 单件性。 预约性。 十一届三中全会后我国的改革:() 是改变社会主义制度。 是社会主义发展的直接动力。 是社会主义的基本制度的自我完善和发展。 是中国的第二次革命。 是一场对体制的革命。 信息化组织机构的类型包括:()、()、()和()。 Your network contains 10 servers that run Windows Server 2008 R2 Enterprise. The servers are configured as shown in the following table. Server1 and Server2 are members of the same failover cluster. Both servers are connected to a Fibre Channel Storage Area Network (SAN) by using four Fibre Channel connections per server. You need to ensure that a virtual machine (VM) moves automatically by using Hyper-V live migration when the network utilization of the current host exceeds an administrator-defined threshold. What should you implement?() Cluster Shared Volumes (CSV)。 a dynamically expanding VHD。 SQL Server Resource Governor on the Hyper-V hosts。 Failover Clustering on the VMs。 a differencing VHD。 Network Load Balancing (NLB) on the Hyper-V hosts。 Windows System Resource Manager (WSRM)。 network adapter teaming。 Performance and Resource Optimization (PRO)。 a pass-through disk。 Multipath I/O。 Network Load Balancing (NLB) on the VMs。 round robin DNS。 以下属于树立终身学习理念要做到的事是() 要克服自我满足的情绪。 学到自己的专业知识就可以了。 止步不前。 按部就班。

You are the newly appointed Web Application Developer at Certkiller.com. You make use ofMicrosoft .NET Framework v3.5 to create a Microsoft ASP.NET application. 
You create a page on the application that contains the code segment below:<asp:ListBox ID="lstBox1"AutoPostBack="true" runat="server" /> 
The page contains a code-behind file. The code below is written in the file:Private Sub BindData(ByVal sender As Object, ByVal e As EventArgs)
lstLanguages.DataSource = CultureInfo.GetCultures(CultureTypes.AllCultures)lstLanguages.DataTextField = "EnglishName"lstLanguages.DataBind()End Sub 
You receive an instruction from management to make sure that lstBox1 ListBox control retains theselection of the Certkiller client during postback. You thus need to determine the appropriate codethat should be added in the constructor of the page. 
What should you do?()

参考答案:

  参考解析

本题暂无解析

在线 客服