Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have the following talbes:

tblDevice, tblIssue, tblSpecificIssue.

I want to display the data as follows:
Device->
Issue->
Specific Issue

The issue I have is that there are multiple device and I do not know how
to show the Specific Issue in a hierchial manner.

Example:
4455
BIOS Error
Bios failed to start when turning the device on

54545
BIOS Error
Bios failed to start when turning on
Cache Error
Cache was not possible
Posted

1 solution

http://www.codeproject.com/KB/aspnet/ParentChildTreeView.aspx[^]

This article is the total solution for Display Hierarchical. Please read it. And apply it that will solve your problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900