Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
114
How would I bind data from the following table to build a Hierarchical WebExplorerBar
posted

I have a table with the following varchar fields:
LEVEL1_TEXT
LEVEL2_TEXT
LEVEL3_TEXT
LEVEL4_TEXT
URL

I want to end up with a Explorere bar that looks like so

LEVEL1_TEXT
     LEVEL2_TEXT
     LEVEL2_TEXT
          LEVEL3_TEXT
LEVEL1_TEXT
etc.....

Thanks in advance

Edney Holder