Here’s the Visual Studio 2010 source and .wsp for a web part that will allow you to view a document library as a tree view.
Tag: Web Part
Interactive Google Map Web Part for Sharepoint 2010
I needed a way to display an interactive Google Map against a Sharepoint list over SSL. I did a slight modification to Mazin’s great Google Map Web Part on Codeplex. In MapWebPart.cs – Look for ResolveAddress function and add the following line at the top of function. ServicePointManager.ServerCertificateValidationCallback = delegate […]