日期:2014-05-17 浏览次数:20552 次
protected override void CreateChildControls() {
base.CreateChildControls();
CheckBox ch = new CheckBox();
ch.ID = "cha";
ch.Text = "第一个";
this.HtmlDiv.Controls.Add(ch);
}