0
Posted on 8:02 AM by Badragheh and filed under
the lable lblName is in MasterPage and you want to change it in Code behind.

Label Mylabel = (Label)Master.FindControl("lblName");
Mylabel.Text = "New Text";