Click here to Skip to main content
15,907,497 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
A table name "Group" which contains the fields---

parent_id : Parent group id
Name : name of group
status : (true/false) if true, means it contains sub-groups else, no sub-groups
subgroup_id: next subgroup id


My question is, how to make a treeview from this table.

Plz...someone help
Its very confusing, n tricky

E-mail: <!-Email address Removed - By Bala !>
Posted
Updated 28-Oct-11 0:12am
v2

This may help,
http://www.dotnetperls.com/treeview[^]

Apart from this, if you are not able to get data from database, then see this,
http://www.akadia.com/services/dotnet_data_reader.html[^]
 
Share this answer
 
Sorry to say Pranit,

but what u suggested is for static treeview, m asking for dynamic and again from database
 
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