Tagged Questions

0
votes
1answer
95 views

can I define my own panel control with asp.net usercontrols

I want something like that: <my:MyFancyPanel> <asp:Label Text="Hello"> </my:MyFancyPanel> I tried but it seems my usercontrol doesn't accept any content.