当前位置: 答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

YouaredevelopingaAsp.netwebapplicationthtincludesapanelcontrolthathasIDcontentsection.YouneedtoaddatextBoxcontroltothepanelcontrol.()


YouaredevelopingaAsp.netwebapplicationthtincludesapanelcontrolthathasIDcontentsection.YouneedtoaddatextBoxcontroltothepanelcontrol.()

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(ContentSection)

参考答案
您可能感兴趣的试题
    暂无相关推荐