burnt1ce85
01-25-2007, 02:11 PM
I created a Menu object in a .aspx file and i'm dynamically inserting MenuItem objects into the Menu object.
At the end of inserting MenuItem objects, i would like to sort the MenuItem's by their Text value. How can i do this? Menu does not have a public sort method that i can use.
Thanks
At the end of inserting MenuItem objects, i would like to sort the MenuItem's by their Text value. How can i do this? Menu does not have a public sort method that i can use.
Thanks