1
vote
0answers
30 views

render MyGlobalNavigationFixup conditionally

I have created a single GlobalNavigation delegate control that displays different markup based on a condition (code below shows only the negative condition, an over simplified version). The ...
1
vote
1answer
272 views

Overriding Tree View Data Source in v4.master

I am implementing some custom navigation providers for SharePoint 2010, and have successfully overridden the data source for the Top Navigation and Quick Launch providers using the delegate provided ...
1
vote
2answers
348 views

User's Recently Visited Sites

Anyone have any advice on the best way of tracking the recent sites a user has visited? As part of my overridden Global Navigation delegate control, I'd like to create something similar to a ...