What is the best way to determine the next and previous node in a TreeView? The control in System.Web.UI.WebControls doesn't seem to have built-in methods to handle these controls, so do I have to roll my own?
What is the best way to determine the next and previous node in a TreeView? The control in System.Web.UI.WebControls doesn't seem to have built-in methods to handle these controls, so do I have to roll my own?