Adding a custom control to a page, then adding multiple custom children into that one, null user con
- by Rickjaah
Hello all,
While nerding my way through the day again. I came across a problem concerning adding children to an already add child control.
I can add the controls, but when trying to use the controls in the added control, they all return null.
This is the method:
protected override CreateChildControls(EventArgs e)
{
UserControl uControl =…