How Can find Master page control on Derived Page in Asp.net

How Can find Master page control on Derived Page in Asp.net


Logic On Derived Page :-


Label lblHeading = this.Master.FindControl("lblHeading") as Label;
                if (lblHeading != null)
                    lblHeading.Text = "Kandy";


Comments

Popular posts from this blog

Create and save QR code in asp.net with C#

Change text of RadGrid Header Dynamically

Telerik Radwindow Open on Button Click