Custom site map development (get structure from database table)
- From: "Rastko Soskic" <rssole@xxxxxxxxxxx>
- Date: Wed, 18 Apr 2007 15:23:15 +0200
Hi everyone.
I need to develop site map control that will render <ul> and <li> tags with
<a>s :) to pages;
I have pages and their structure in table in db (pageId, pageTitle,
parentPageId) (pages are dynamically rendered)
What is the best way to translate such relational structure into hierarchy
(tree/xml) so I can create ui/li structure.
I've tried some recursive algorithms but no luck.
Anyone who has idea, tip, suggestion, sample? Thanks for help in advance!!!
.
- Prev by Date: Error Rendering Control
- Next by Date: Re: Updating a control with data on server event.
- Previous by thread: Error Rendering Control
- Next by thread: Re: Updating a control with data on server event.
- Index(es):
Loading