Hi, Hans-Peter
Every time i want to use the PinTab, I have to split all my code into a default page and a page for every PinTap.This is not always the right way to build a Tab-separated page.
I need a PinTab where i can add the content on the same page as the PinTabIs there a way to add content like the example below. (without URL)
<pin:pinTab ID="PinTab1" runat="server"> <pin:Tab>...my content...</pin:Tab> <pin:Tab>...my content...</pin:Tab></pin:pinTab>
Best regardsJacob Stokholm
Jakob,
pinTab has been designed exactly for this.
You do not have to create html snippets that do not work stand alone but you can create a complete full working page and include it.Regards,Hans-Peter
Hans-Peter.
Ok. I will try and use the PinTap where i can, and then use the Microsoft TabStrip WebControl for all my other pages.