I am accustomed to winform TreeView
having a Sorted
property which automatically manages nodes sorting.
I now have to alphabetically sort an ASP.NET TreeView
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?