A
Allan Ebdrup
I have a templated control, it works fine at runtime, but at designtime I
can't see the web user controls used in the template. I have this template
in my control:
---
<Wizard>test
<uc1:TelephoneNumber ID="TelephoneNumber1" runat="server" />
</Wizard>
---
But in the design view only the "test" text appears, at runtime the web user
control is rendered fine.
How do I get the designtime to render the web user control?
Kind Regards,
Allan Ebdrup
can't see the web user controls used in the template. I have this template
in my control:
---
<Wizard>test
<uc1:TelephoneNumber ID="TelephoneNumber1" runat="server" />
</Wizard>
---
But in the design view only the "test" text appears, at runtime the web user
control is rendered fine.
How do I get the designtime to render the web user control?
Kind Regards,
Allan Ebdrup