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

问题:

[单选]

Exhibit:


You develop a Web control to manage credit card information. The Web control is shown in the exhibit. You register the control on the Web Form by using the following code segment. <%@ Register Assembly="CreditCardUserDetails" Namespace="CreditCardUserDetails" TagPrefix="cc1" %> You need to declare the control on the Web Form. Which code segment should you use?()

A . A. <cc1:CreditCardDetails ID ="CreditCardDetails1" runat="server" Name="test"></cc1:CreditCardDetails><asp:TextBox ID="TxtName" runat="server" Text="<%#CreditCardDetails1.Name%>"></asp:TextBox>
B . <cc1:CreditCardDetails ID ="CreditCardDetails1" runat="server" Name="%#Container.Name%"></cc1:CreditCardDetails>
C . <cc1:CreditCardDetails I D="CreditCardDetails1" runat="server"> <Template> <asp:TextBox ID="TxtName" runat="server" Text="<%#Container.Name%>"></asp:TextBox> </Template></cc1:CreditCardDetails>
D . <cc1:CreditCardDetails I D="CreditCardDetails1" runat="server"> <Template> <asp:TextBox ID="TxtName" runat="server" Text="<%#Container.Template%>"></asp:TextBox> </Template></cc1:CreditCardDetails>

种间竞争与生态位分化的关系? Cookies测试属于()。 性能测试。 功能测试。 负载测试。 客户端兼容性测试。 用定量泵和变量马达的容积调速方式,又称为()调速。 开式油路。 闭式油路。 恒转矩回路。 恒功率回路。 民事诉讼中的诉权是指()。 起诉权。 反诉权。 申诉权。 法律赋予当事人进行诉讼的根本权利。 犯罪根源

Exhibit:


You develop a Web control to manage credit card information. The Web control is shown in the exhibit. You register the control on the Web Form by using the following code segment. <%@ Register Assembly="CreditCardUserDetails" Namespace="CreditCardUserDetails" TagPrefix="cc1" %> You need to declare the control on the Web Form. Which code segment should you use?()

参考答案:

  参考解析

本题暂无解析

在线 客服