Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I have solved it with <EPiServer:PageDataSource> and <asp:TreeView>. And if you dont like the TreeView webcontrol because it produce a lot of tables, take a look at:
http://www.asp.net/CssAdapters/default.aspx
With CSS Friendly Control Adapters you can produce ul/li instead.
/Hans
In EPiServer 4 there was the ExplorerTree webcontrol. I want to accomplish the same thing in EPi 5. I have tried with PageTree and PageDataSource with TreeView but havent come to a solution. Can some one give me a hint of how to do this. Code sample would be nice.
/Hans