多做题,通过考试没问题!

微软认证考试

睦霖题库>其他计算机考试>微软认证考试

You are developing an ASP.NET Web page. The page contains the following markup.  The pages code-behind file includes the following code segment.  You need to get a reference to the Image named img. Which code segment should you add at line 06?()

  • A、Image img = (Image)Page.FindControl("img");
  • B、Image img = (Image)e.Row.FindControl("img");
  • C、Image img = (Image)gvModels.FindControl("img");
  • D、Image img = (Image)Page.Form.FindControl("img");
正确答案:B
答案解析:
进入题库查看解析

微信扫一扫手机做题