I have a engine that build pages form me (must be) called engine.aspx
. I just point a user control and the engine.aspx
build for me everything that I need. But this time, I have to put another userControl inside the main user control.
If I open the control in a normal aspx, everything works fine!
But if I try to open with the engine, the event of the second control does not work.
Does anyone knows Why?
I'm adding the first control this way:
form.Controls.add(controlName);
The second Control already in the first.