I have a Literal control that I am trying to locate so I can insert text into it. I have a Master page that contains several content placeholders.
Literal
Literal tbx = this.Controls.Find("Literal1", true).FirstOrDefault() as Literal;