Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to display subitems with hierarchies in listview (asp.net)? Please, help me!
Posted
Comments
Shahriar Iqbal Chowdhury/Galib 25-Feb-11 7:08am    
did you tried anything?
R. Giskard Reventlov 25-Feb-11 7:09am    
Why don't you use the TreeView?
Mai Tho 26-Feb-11 11:07am    
At first, i want to make display same grid menu list in joomla website for my listview. But now, i decided to use TreeView. Thanks to everyone. One more question: treeview can be used to make a comment form(have reply), everyone?

A list view is not suitable for hierarchical data: it is for Lists - i.e. flat tables.
Use a TreeView instead. MSDN[^]
 
Share this answer
 
Comments
Espen Harlinn 25-Feb-11 11:04am    
Right - good answer :)
Sergey Alexandrovich Kryukov 25-Feb-11 22:11pm    
That would be my answer, too, but this is the only reason I vote 5 :-)
At first, I even though the Question makes no practical sense.
The answer by Monjurul is probably better.
--SA
Please try the following link:
How to display hierarchy items in listview

If i misunderstand your question, please feel free to correct me.I hope the above information will be helpful. If you have more concerns, please let me know.

If this would be really helpful to you then don't forgot to Vote and Make Answer as Accepted.:thumbsup:
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 25-Feb-11 22:09pm    
Excellent reference, my 5.
--SA
Sergey Alexandrovich Kryukov 25-Feb-11 22:11pm    
Propose as a final Answer.
--SA
Monjurul Habib 26-Feb-11 5:03am    
Thank You
Sergey Alexandrovich Kryukov 26-Feb-11 13:27pm    
And thank you, Monjurul.
I'll keep your reference in my records, because it might help to have a very good UI design.
--SA

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