Calling a Master Page Control from a content page
If you wan’t to access a label control(for ex) in the master page from a content page here is the code.
Dim lalel1 As Label = Me.Master.FindControl("lblName")
lalel1.Text = ""
If you wan’t to access a label control(for ex) in the master page from a content page here is the code.
Dim lalel1 As Label = Me.Master.FindControl("lblName")
lalel1.Text = ""