I am using a master page at the moment with a left panel master and a main content panel
in the left panel I have a gridview of main menu items, if the user clicks on one of the items the gridview calls back and opens the clicked on item with sub menu held in another gridview.
this creates a problem as the call back refreshes the main content before showing the submenu.
I have been looking for a better way of showing the menu and this solution is the fastest I have seen, I had to write some code to remap my menu structure held in two DB tables and merge them into one table to use the solution but that was easy.
Now just need to get a clickable link with the MenuID so I can add that to the users favorite menu above the main menu.
Hope that makes sense.
Thanks to anybody that can help
Greg