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

问题:

[单选]

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. 
You create a file named movies.xml that contains the following code fragment. 
<Movies> 
<Movie ID="1" Name="Movie1" Year="2006"> 
<Desc Value="Movie desc"/> </Movie> 
<Movie ID="2" Name="Movie2" Year="2007"> 
<Desc Value="Movie desc"/> </Movie> 
<Movie ID="3" Name="Movie3" Year="2008"> 
<Desc Value="Movie desc"/> </Movie> 
</Movies> 
You add a Web form to the application. 
You write the following code segment in the Web form. (Line numbers are included for reference only.) 
01 <form runat="server"> 
02 <asp:xmldatasource 
03 id="XmlDataSource1"
04 runat="server" 
05 datafile="movies.xml" /> 
06 
07 </form> 
You need to implement the XmlDataSource control to display the XML data in a TreeView control. Which code segment should you insert at line 06?()

A . A
B . B
C . C
D . D

据北宋熙宁十年商税记录材料统计,全国每年商税在三万贯以上的城市共44座,商税总额为2250254贯,占当年商税总额8788621贯的25.6%。这反映出北宋()。 商税比重有所增加。 国内市场基本统一。 商业流通较为便捷。 地方市场规模较大。 架桥机跨内斜吊桥面梁施工必须对预制梁倾斜角度进行计算复核,此预制梁斜吊过程中倾斜角度应得到()确认。 建设单位。 监理单位。 监督单位。 设计单位。 为什么说群体对其成员的吸引力是由多种因素结合而成的? 自我意识是人的意识发展的()阶段。 萌芽。 初级。 中级。 高级。 当空气呼吸器气瓶压力为()MPa时报警气哨会发出90dB(A)以上的报警声响,警示使用者撤离险区。 20±0.5。 10±0.5。 5±0.5。 2±0.5。

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. 
You create a file named movies.xml that contains the following code fragment. 
<Movies> 
<Movie ID="1" Name="Movie1" Year="2006"> 
<Desc Value="Movie desc"/> </Movie> 
<Movie ID="2" Name="Movie2" Year="2007"> 
<Desc Value="Movie desc"/> </Movie> 
<Movie ID="3" Name="Movie3" Year="2008"> 
<Desc Value="Movie desc"/> </Movie> 
</Movies> 
You add a Web form to the application. 
You write the following code segment in the Web form. (Line numbers are included for reference only.) 
01 <form runat="server"> 
02 <asp:xmldatasource 
03 id="XmlDataSource1"
04 runat="server" 
05 datafile="movies.xml" /> 
06 
07 </form> 
You need to implement the XmlDataSource control to display the XML data in a TreeView control. Which code segment should you insert at line 06?()

参考答案:

  参考解析

本题暂无解析

在线 客服