可学答题网 > 问答 > MCPD(70-562)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You create a Microsoft


You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You create a Web form and add the following code fragment.  The SqlDataSource1 DataSource control retrieves the Quantity column values from a table named Products.  You write the following code segment to create the rptData_ItemDataBound event handler. (Line numbers are included for reference only.)  01 protected void rptData_ItemDataBound(object sender,  02 RepeaterItemEventArgs e)  03 {  04  05 if(lbl != null)  06 if(int.Parse(lbl.Text) < 10)  07 lbl.ForeColor = Color.Red;  08 }  You need to retrieve a reference to the lblQuantity Label control into a variable named lbl. Which code segment should you insert at line 04?()

  • ALabel lbl = Page.FindControl("lblQuantity") as Label; 
  • BLabel lbl = e.Item.FindControl("lblQuantity") as Label; 
  • CLabel lbl = rptData.FindControl("lblQuantity") as Label; 
  • DLabel lbl = e.Item.Parent.FindControl("lblQuantity") as Label
参考答案
参考解析:
分类:MCPD(70-562)题库
相关推荐

1、You create a Microsoft

You&ensp;create&ensp;a&ensp;Microsoft&ensp;ASP.NET&ensp;application&ensp;by&ensp;using&ensp;the&ensp;Microsoft&ensp;.NET&ensp;Framework&ensp;version&ensp;3.5.&ensp;T...

2、You create a Microsoft

You&ensp;create&ensp;a&ensp;Microsoft&ensp;ASP.NET&ensp;application&ensp;by&ensp;using&ensp;the&ensp;Microsoft&ensp;.NET&ensp;Framework&ensp;version&ensp;3.5.&ensp;Y...

3、You create a Microsoft

You&ensp;create&ensp;a&ensp;Microsoft&ensp;ASP.NET&ensp;application&ensp;by&ensp;using&ensp;the&ensp;Microsoft&ensp;.NET&ensp;Framework&ensp;version&ensp;3.5.&ensp;Y...

4、You create a Microsoft

You&ensp;create&ensp;a&ensp;Microsoft&ensp;ASP.NET&ensp;application&ensp;by&ensp;using&ensp;the&ensp;Microsoft&ensp;.NET&ensp;Framework&ensp;version&ensp;3.5.&ensp;Y...

5、You create a Microsoft

You&ensp;create&ensp;a&ensp;Microsoft&ensp;ASP.NET&ensp;application&ensp;by&ensp;using&ensp;the&ensp;Microsoft&ensp;.NET&ensp;Framework&ensp;version&ensp;3.5.&ensp;&...

6、You create a Microsoft

You&ensp;create&ensp;a&ensp;Microsoft&ensp;ASP.NET&ensp;application&ensp;by&ensp;using&ensp;the&ensp;Microsoft&ensp;.NET&ensp;Framework&ensp;version&ensp;3.5.&ensp;Y...