admin
-
1/31/2006 8:21:28 AM
Re: Secondary Menu
Hi Mike,
you need to add a code like this to your Page_Load method:
Vertical1.SelectNodesPath = Functions.GetPathLevel(Functions.GetAliasPath(), 1) + "/%";
The GetPathLevel method returns the first N parts of the current alias path (current position on the web site). In this case, it will return "/Menu 1".
Please let me know if you need more details.
Best Regards,
|