Can someone show me the trick of populating a empty treeview menu in code (in the Page_load procedure).
say I have 6 strings with a menutext, and 6 strings with a url, and I want to make a treeview menu looking like this:
manimenupoint
submenupoint
subsubmenupoint
subsubmenupoint
manimenupoint
submenupoint
the idea is that when the users click the menu it takes him to where the url points.
How do I do that ? please show simple code examples or point to some.
Start Free Trial