Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Menu Control Behavior (Newbie Question)

Status
Not open for further replies.

daughtd

Programmer
Sep 6, 2006
15
US
I have a menu in my masterpage that is bound to a siteMapDatasource that has the following layout:

Home
MenuItem1
MenuItem2
MenuItem3
SubMenuItem1
SubMenuItem2
SubMenuItem3

the SubMenuItems pop-up when the mouse hovers over MenuItem3.

Here's my problem. Whenever I click on one of the links all of the menuItems disappear except for the MenuItem I clicked on. How can I set it to always show the complete menu?
 
I figured it out. I needed to set the datasource's "StartFromCurrentNode" property to False
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top