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
答案解析:有
微信扫一扫手机做题