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.
you need to make it a Templated Usercontrol
精彩评论