By default, when you use ActivateItem (new control ()); your control is loaded into the ContentControl with the name ActiveItem, for example. If I have several content controls on my page, how can I load the controls into them, while maintaining the ability to use standard functionality that allows you to load controls into the control of active elements.
for example, I want the input control to be loaded into the Login ContentControl, and when the user has successfully registered, I want the new control to load into the ActiveItem ContentControl.
Thanx in advance.
source share