Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
A question is sticking in my mind that can we add/update/delete a content link from main menu and right side menu contents.

In brief
My question is that I have some contents in main menu and sub menu. The same sub menu content are present in right side contents of few pages.

I want to made such facilities that if I changed or add any link in sub menu of a menu content then it also must be changed in right side content related to same menu content pages.

for example I have menu and sub menu like

home  content1   content2   content3
      subA1      subB1      subC1   
      subA2      subB2      subC2    
      subA3      subB3      subC3   

and right side contents

content1
subA1
subA2
subA3


now I want to subA1 link then it is possible by any way to update both link in main menu and right side menu.

Please let me know if this is possible.
If any query against this question to understand this question please tell me.

[edit]text block added[/edit]
Posted
Updated 15-Nov-12 21:58pm
v2
Comments
BobJanova 16-Nov-12 5:14am    
If they are both controls bound to the same data source then it should just work. If you are constructing the menu yourself then you will have to handle the binding to both explicitly.
BillWoodruff 16-Nov-12 9:35am    
You write: "now I want to subA1 link then it is possible by any way to update both link in main menu and right side menu."

Did you mean to say that you want to change the text from "subA1" to something else, and have it appear updated.

What is the reason for having two duplicate menus ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900