Saturday, May 19, 2012

open sharepoint websites in mozilla firefox

November 3, 2009 by · Leave a Comment 

If you use Firefox along with Internet Explorer, each time you want to open up an internal network site or SharePoint or Team System Web Access etc…you have to provide your windows credentials or log in with some valid details. This will repeat with every page you access and have to use Internet Explorer to [...]

How to update Quick Launch links programmatically in SharePoint and WSS 3.0

November 3, 2009 by · 1 Comment 

Updating quick launch navigation in SharePoint is much simpler with WSS 3.0 Microsoft.SharePoint.Navigation API. Please refer to the following sample code that will help you to iterate through all quick launch links in SharePoint sites and update them as per your liking. private static void Traverse(string top, string from, string to) { SPSite topSite; SPWebCollection [...]