Sv.: Re: How do i add content to the PinTab?

pinTab

How do i add content to the PinTab?


Stokholm 03-22-2006, 2:40

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 PinTab
Is 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 regards
Jacob Stokholm 

Re: How do i add content to the PinTab?


Pintexx Support 03-22-2006, 2:58

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

 

Sv.: Re: How do i add content to the PinTab?


Stokholm 03-22-2006, 3:39

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.

Best regards
Jacob Stokholm