Subscribe to Code Snippets
protected void Page_Load(object sender, EventArgs e) { MasterPage mp = (MasterPage)Page.Master; Label label1 = (Label) mp.FindControl("LabelToFind"); label1.Text = "Label in master page"; }
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend