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.
Comments
Post a Comment