All the Google finds I ran into tell me how to use FindControl to access a control on the master from the content page itself.
However, what I'm trying to do is the opposite. From the master page, I want to reference whichever child page is in the ContentPlaceHolder.
Why you ask. I want the master page to know which tab should be active depending on the content Page currently in the placeholder. This lets me avoid having each page to reference the master page and allow them to change the active tab; that should be the master page's job (if there's a way it can know whom it's enclosing).
Thanks. No rants please.