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
I think you have to do this, but I don't have my code to double-check right now:
Page.Master.FindControl("MainLinks").FindControl("litNavLinks");