Can anyone suggest how I might to create a database driven Tree Menu which will call a form?
I have created a Tree Menu, but it is hard coded (not dynamic). I also have to introduce some click events for each menu item to call a form. But I am unsure how to go about doing this.
So my questions are how can I create a tree menu dynamically and what is the technique for handling click events to call any form (also dynamic)?