试题详情
单项选择题You are developing a Asp.net web application tht includes a panel control that has ID contentsection.You need to add a textBox control to the panel control.()

A、this.RequireControlState(this.LoadControl(typeof(TextBox),null));

B、this.ContentSection.control.add(this.FindControl(ContentSection.ID + "asp:TextBox"));

C、this.ContentSection.control.add(this.LoadControl(typeof(TextBox),null));

D、this.LoadComplete("asp:TextBox").IntiantiateIn(Content Section)

  • C
  • 关注下方微信公众号,在线模考后查看

热门试题