Tagged Questions
0
votes
1answer
445 views
Possible to have a inner control on a custom server control?
I would like to be able to do something like:
<ui:Tab Title="A nice title">
<TabTemplate>
<asp:Literal runat="server" ID="SetMe">With Text or Something</asp:Literal>
...