网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
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)


参考答案

更多 “ 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) ” 相关考题