Hi all
I want to build a tree menu in my asp driven from a table, I looked at some scripts and I managed to get the parent nodes to work but I am failing to get the childs to work at all especially the nested repeat regions …I am working with Dreamweaver as my editor and it doesn’t support nested repeat region.
This is a sample o my table in SQL Server
Building Types 01000000
education 01010000
healthcare 01020000
industrial 01030000
office building 01040000
Specialized Exp 02000000
substructure 02010000
foundations 02020000
Process Exp 03000000
pro exe 03010000
superstruc 03020000
Product Exp 04000000
shell1 04010000
interiors2 04020000
Construction Sys 05000000
shell 05010000
interiors 05020000
And here is a picture how I want them sort in a tree node.
I had a hard time writing a T-SQL to pull them in categories so I thought just pull the whole table in one record set and filter it into separate record sets on the ASP
But then I got the problem of putting those separate categories in separate nodes on the tree and repeat region … I mean the UL/IL
I am lost here and any help will be greatly appreciated
Thanks
I want to build a tree menu in my asp driven from a table, I looked at some scripts and I managed to get the parent nodes to work but I am failing to get the childs to work at all especially the nested repeat regions …I am working with Dreamweaver as my editor and it doesn’t support nested repeat region.
This is a sample o my table in SQL Server
Building Types 01000000
education 01010000
healthcare 01020000
industrial 01030000
office building 01040000
Specialized Exp 02000000
substructure 02010000
foundations 02020000
Process Exp 03000000
pro exe 03010000
superstruc 03020000
Product Exp 04000000
shell1 04010000
interiors2 04020000
Construction Sys 05000000
shell 05010000
interiors 05020000
And here is a picture how I want them sort in a tree node.
I had a hard time writing a T-SQL to pull them in categories so I thought just pull the whole table in one record set and filter it into separate record sets on the ASP
But then I got the problem of putting those separate categories in separate nodes on the tree and repeat region … I mean the UL/IL
I am lost here and any help will be greatly appreciated
Thanks