ASP.NET TreeView sort

kj22

New Member
I am accustomed to winform \[code\]TreeView\[/code\] having a \[code\]Sorted\[/code\] property which automatically manages nodes sorting.I now have to alphabetically sort an ASP.NET \[code\]TreeView\[/code\] and I'm surprised I cannot find any similar property or callback method.Is there any way to automatically achieve this operation in ASP.NET or do I have to manually sort and insert my nodes in correct order?
 
Back
Top