Page_Load函数中:
Label lbl = new Label();
lbl.Text = "New label";
this.Controls[1].Controls.Add(lbl);