NullReferenceException when user control references usercontrol in parent user control
- by Tony_Henrich
I have a user control (uc1) which inherits from uc2. uc2 has a user control (uc3) declared in the markup. I am trying to access uc3 from uc1 but I get NullReferenceException. I thought due to inheritance uc3 would instantiate but looks like I am missing a step.
page_load event of uc2 doesn't fire either.