Creating Tabpanels from an XML file

C

Cal Who

The ajaxToolkit Accordion has a DataSourceID which can be set equal to a
XmlDataSource and a HeaderTemplate and a ContentTemplate that can get there
data from the Xml data.

Unfortiuonately, the ajaxToolkit TabContainer does not use that model. I
would like to use an XML file to create the data TabPanels, with the
HeaderText and the ContentTemplate data coming from the XML file. Much as
the Accordian example below does it.

I've Googled for sample code but can't find any.

Can you point to some?

Thanks

PS Is that the kind of thing asp:Repeater is used for?



<ajaxToolkit:Accordion ID="Accordion1" runat="server" FadeTransitions="true"
FramesPerSecond="100" TransitionDuration="40"
HeaderSelectedCssClass="SelectedHeader" CssClass="accordion"
HeaderCssClass="header" ContentCssClass="content" RequireOpenedPane="false"
DataSourceID="XmlDataSource1">

<HeaderTemplate>

<asp:Literal Mode="PassThrough" runat="server" Text='<%#XPath("Header")%>'
/>

</HeaderTemplate>

<ContentTemplate>

<asp:Literal Mode="PassThrough" runat="server" Text='<%#XPath("Contents")%>'
/>

</ContentTemplate>

</ajaxToolkit:Accordion>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top