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 = ""