Quote Originally Posted by Krool View Post
It's a very bad idea to make some code involving the child usercontrol in the host usercontrol inside the UserControl_Initialize() event. The UC Ambient.UserMode property is not meaningful at that place. Please set your code that involves the child usercontrols in the UserControl_ReadProperties()/UserControl_InitProperties().
Thanks for your reply krool ,
This is the first time to know that . I will go on your advice to avoid this issue .