I want to implement following.
Dynamically create the menu. The menu will be generated from the external data base.
My idea is to use the RadSplitter for my website and there should be two Panels inside splitter appearing horizontally.
On the left pane there will be radmenu which will be created once... and then depending upon the use selection of menu the corresponding url should appear in the right pane ... That URL can be of internal /relative page or external link such as (http://www.xyz.com).
Is there any example that desribe a similar design ???
I have tried to implent the above and started with radmenu in left pane which is populated at design time statically. The problem is when I click the menu in left pane it opens the URL in a new window. How can I direct that it should open up in the right pane of the RadSplitter ??
thanks
Dynamically create the menu. The menu will be generated from the external data base.
My idea is to use the RadSplitter for my website and there should be two Panels inside splitter appearing horizontally.
On the left pane there will be radmenu which will be created once... and then depending upon the use selection of menu the corresponding url should appear in the right pane ... That URL can be of internal /relative page or external link such as (http://www.xyz.com).
Is there any example that desribe a similar design ???
I have tried to implent the above and started with radmenu in left pane which is populated at design time statically. The problem is when I click the menu in left pane it opens the URL in a new window. How can I direct that it should open up in the right pane of the RadSplitter ??
thanks