Hi it is very simple you need to used the FindControl() method of your page, like ((Control)this.FindControl("Label1")).Text = "Naqvi";
Hi it is very simple you need to used the FindControl() method of your page, like ((Control)this.FindControl("Label1")).Text = "Naqvi";
More than you will ever need why