K
Kevin
hi everyone. i'm trying to write asp to build an ordered list from a
database table. i'm running into issues with place holding.
here's an example of the data from the table..
id | parentID | file
1 | 0 | index.asp
2 | 1 | sub.asp
3 | 2 | subsub.asp
4 | 1 | sub2.asp
basically the way i have it, the parentID relates to the id of the list
item it should be located under. ie.
index.asp
sub.asp
subsub.asp
sub2.asp
and so on...
any idea how to get this kind of output to create a list like this?
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
database table. i'm running into issues with place holding.
here's an example of the data from the table..
id | parentID | file
1 | 0 | index.asp
2 | 1 | sub.asp
3 | 2 | subsub.asp
4 | 1 | sub2.asp
basically the way i have it, the parentID relates to the id of the list
item it should be located under. ie.
index.asp
sub.asp
subsub.asp
sub2.asp
and so on...
any idea how to get this kind of output to create a list like this?
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!