Custom control from designer template
I have a designer template. I would like to display some of our clients business controls in side of the designer template. Currently I get no output from the control. If I try to reference any child controls from the codebehind I receive a null reference exception..
This is the section of code in my designer template
<label>Example Custom Field</label> <lfi:ExampleControl ID="Example1" runat="server" /><asp:HyperLink runat="server" ID="hyp" NavigateUrl="#">Test Link</asp:HyperLink>