Hierarchical View in DropDown

  • Thread starter Thread starter Amy Snyder
  • Start date Start date
A

Amy Snyder

Can anyone point me to an article/tutorial where the list items within a
dropdown box are displayed in a hierarchy?

For example, I have a stored proc returning me all industries. Some
industries have sub-industries so I would like to show the relation in
the dropdown.

Thanks!
 
how do you see this hierarchy displaying?
If you need a hierarcy I suggest a treeview though.
 
It would be something like this:

Manufacturing
Automotives
Chemicals
Pharmaceutcals
Technology
Hardware
Software
Data Processing
...

I have seen something like this but can't remember where.
 
Back
Top