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.
About: mmwheeler
Posts by mmwheeler:
Point to Point Bing Map from Sharepoint List
Superman Snuggie
Interactive Google Map Web Part for Sharepoint 2010 – Part 2
SQL Function to convert Float to VarChar
PerformancePoint Services could not connect to the specified data source
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 […]