Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Tabstrip > TabStrip and simple html text
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered TabStrip and simple html text

Feed from this thread
  • Posted on Jun 1, 2009 (permalink)

    I want to add following like:

     

    <radTS:RadTabStrip ID="RadTabStrip1" runat="server" AutoPostBack="True" OnPreRender="RadTabStrip1_PreRender"

     

     

    OnTabClick="RadTabStrip1_TabClick" Align="Right" Width="259px">

     

     

    <Tabs>

     

     

    <radTS:Tab runat="server" Text="Open Questions">

     

    <div>....</div>
    </radTS:Tab>

    <radTS:Tab runat="server" Text="Open Questions">

     

    <div>....</div>
    </radTS:Tab>
    </tabs>
    </radTS>

    can I do it?

  • Posted on Jun 15, 2009 (permalink)

    Hi Rover,

    RadTab strip supports templates , You can embed any content inside a RadTabStrip template:
    • HTML markup
    • ASP.NET server controls
    • Third-party controls (other Telerik controls as well)

    here is the online demo showing how to use the radtab templates .

    radtab templates

    -shinu.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Tabstrip > TabStrip and simple html text