Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
24 Points
38 Posts
May 01, 2008 01:27 PM|LINK
Hi Thank you for this code it's really useful. But I wanted to make from the headers of the accordionpane also links
I changed the code to this
p.HeaderContainer.Controls.Add(New LiteralControl("<a href='" & RootNodesEnumerator.Current.url & "'><span>" & RootNodesEnumerator.Current.Title & "</span></a>"))
But this doesn't work
What do I wrong?
Greets
Anneleen
Anneleen
Member
24 Points
38 Posts
Re: Accordion as a sitemap
May 01, 2008 01:27 PM|LINK
Hi Thank you for this code it's really useful. But I wanted to make from the headers of the accordionpane also links
I changed the code to this
p.HeaderContainer.Controls.Add(New LiteralControl("<a href='" & RootNodesEnumerator.Current.url & "'><span>" & RootNodesEnumerator.Current.Title & "</span></a>"))
But this doesn't work
What do I wrong?
Greets
Anneleen