Tagged Questions

1
vote
1answer
2k views

jQuery Tabs with Masterpage - space between tabs and tab content

I'm trying use jQueryUI tabs in a content control. The code below works on a page that doesn't use a MasterPage. When I use it in a content control there is a large gray space between the tabs and ...
0
votes
1answer
88 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.