protected void Page_Load(object sender, EventArgs e){ Label lbl = (Label)this.Parent.FindControl("Label1"); if (lbl != null) { lbl.Text = "Text from User control"; }}