asp.net - How to disable sorting in TreeView? -


i have treeview in aspx page shown below.

<asp:treeview id="treeview1" runat="server" expanddepth="0"              showcheckboxes="all" showlines="true">         </asp:treeview> 

when add nodes treeview sorts in alphabetical order. want, order have added nodes.

take @ question. there answers here covers of basics of implementing sorting on treeview control.

asp.net treeview sort


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -