cyberfriend
12-31-2008, 11:10 PM
Hopefully my question isn't too confusing and someone maybe able to help me. I'm completely new to ASP and I'm trying to display hierarchical data from a database that's already has a stored procedure set to categorize the data from the table hierarchically by assigning each item a level number.
The problem I am having is writing a proper function to actually display the data the way I want it. right now it's display all the data as parent nodes instead of descending in the correct order according to it's level number.
The problem I am having is writing a proper function to actually display the data the way I want it. right now it's display all the data as parent nodes instead of descending in the correct order according to it's level number.