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

问题:

[多选]

You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. 
In order toimplement partial rendering on a page you add the following markup: 
<asp:ScriptManager ID="_scriptManager" runat="server"/> 
<asp:UpdatePanel ID="updatePanel1" runat="server"> 
<ContentTemplate> 
<asp:Label ID="label1" runat="server"/> 
<asp:Button ID="CKupdateButton" runat="server" Text="Update"/> 
</ContentTemplate> 
</asp:UpdatePanel> 
<asp:UpdatePanel ID="updatePanel2" runat="server"> 
<ContentTemplate> 
<asp:Label ID="label2" runat="server"/> 
</ContentTemplate> 
<Triggers> 
<asp:AsyncPostBackTrigger ControlID="CKupdateButton"/> 
</Triggers>
</asp:UpdatePanel> 
You only want the content in the updatePanel2 control to be updated when the Button controlnamed _btnUpd is clicked. You need to configure the page to accomplish this goal of thecompany. 
What should you do?()

A . You should consider replacing AsyncPostBackTrigger with PostBackTrigger.
B . You should consider setting the UpdateMode property of updatePanel2 to Conditional.
C . You should consider setting the ChildrenAsTriggers property of updatePanel1 to false.
D . You should consider setting the ChildrenAsTriggers property of updatePanel2 to false.
E . You should consider setting the UpdateMode property of updatePanel1 to Conditional.
F . You should consider setting the UpdateMode property of updatePanel2 to Always.

ERP中财务会计管理的核心是() 财务会计。 固定资产管理。 总账管理。 应收/付管理。 锅炉过热蒸汽温度调节系统中,被调量是() 过热器出口温度。 减温水量。 减温水调节同。 委员会领导下的信息组织机构同时也受业务部门的领导。 试述影响焊接接头性能的因素有哪些? 信息化项目最主要的三个约束是范围、进度、成本。

You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. 
In order toimplement partial rendering on a page you add the following markup: 
<asp:ScriptManager ID="_scriptManager" runat="server"/> 
<asp:UpdatePanel ID="updatePanel1" runat="server"> 
<ContentTemplate> 
<asp:Label ID="label1" runat="server"/> 
<asp:Button ID="CKupdateButton" runat="server" Text="Update"/> 
</ContentTemplate> 
</asp:UpdatePanel> 
<asp:UpdatePanel ID="updatePanel2" runat="server"> 
<ContentTemplate> 
<asp:Label ID="label2" runat="server"/> 
</ContentTemplate> 
<Triggers> 
<asp:AsyncPostBackTrigger ControlID="CKupdateButton"/> 
</Triggers>
</asp:UpdatePanel> 
You only want the content in the updatePanel2 control to be updated when the Button controlnamed _btnUpd is clicked. You need to configure the page to accomplish this goal of thecompany. 
What should you do?()

参考答案:

  参考解析

本题暂无解析

在线 客服