How do I make the children appear in a custom webcontrol for ASP.NET?
For example, I have a custom control called SampleControl. To simplify things for this question, pretend I'm making just a Panel Control clone from scratch. <CC:SampleControl ID="Sample1" runat="server"> <asp:Label ID="Label1" runat="server" Text="Hi"></asp:Label> <asp:Button ID="Button1" runat="server" Text="Button1"></asp:Label...