Tag Archives: Web Part

Integrating a Simple SharePoint Web Part with KnowledgeLake View

In my last blog post, I gave a general overview of how to integrate your applications with the KnowledgeLake Imaging Viewer. In this post, I will demonstrate the end to end process on how to create a simple web part that integrates with a KnowledgeLake Viewer Web Part on the same page. You will need the following prerequisites in order to get started.

  • A test SharePoint 2010 environment with KnowledgeLake Imaging Server 4.1 installed
  • Visual Studio 2010
  • A basic understanding of the C# and javascript programming languages
  • A basic understanding of SharePoint web part development

Public-Facing Website on SharePoint 2010 – Part 3: Web Parts and Content Query

Ah… Flexible and dynamic content on demand.

As I’ve explained in previous posts, I was new to the world of SharePoint development when I started the creation of this website. As I built out our information architecture in Visio, I realized I needed some basic Page Layouts for my various layouts, but how do I present modular content? As I started to ‘play’ in SharePoint 2010, and reading various blogs, I quickly realize the most flexible way to present modular content would be through SharePoint’s famous web parts.