To make things simple, say I have a table with:
PageID
ParentID
Title
Content
I can get the navigation to work, as I only show records based on the ParentID == the querystring. Easy stuff.
But how do you go about making a crumbtrail?
Home > p1 > pg1-sub > pg1-sub-sub > currentpage
There must be something more complex to this. I'm pretty stumped.
I'm using ASP.NET if that makes any difference...
PageID
ParentID
Title
Content
I can get the navigation to work, as I only show records based on the ParentID == the querystring. Easy stuff.
But how do you go about making a crumbtrail?
Home > p1 > pg1-sub > pg1-sub-sub > currentpage
There must be something more complex to this. I'm pretty stumped.
I'm using ASP.NET if that makes any difference...