I have a web form. I have a MultiView control (MultiView1). In the MultiView, I have View controls View1 and View2. In View1, I have a LoginView control. In the Anonymous Template of the LoginView, I have a login control. In the LoggedIn Template, I have a few Label controls. I need to access those labels from my code-behind, but the complier tells me the controls do not exist in the current context. All of the other controls do exist - just not the controls in the LoginView. Does anyone have any idea why I can't access them directly? And are there any suggestions on how to access them indirectly?