Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I display menu using child page dropdown selection? Using dropdown selection how can I manage menu for same level with different navigations?

[edit]SHOUTING removed - OriginalGriff[/edit]
Posted
Updated 14-Nov-13 22:36pm
v3
Comments
OriginalGriff 15-Nov-13 4:36am    
DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalisation if you want to be taken seriously.

1 solution

You can access your Menu/SiteMap control as like any other controls in the Content Page something like,
this.Page.Master.FindControl("MenuID"); 


Then set the Navigation url on the Dropdown selection change event.

If you facing any issues you can post the code you tried by editing your question.

Hope this helps
 
Share this answer
 

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