Bilbro Bloggins

Musings of Brian Bilbro

Dropdown Filter Web Part in SharePoint – Part Four

This is the fourth part of a multipart blog series.

  1. In part one, we created a simple SharePoint Web Part which displayed a text label that could be set via the Web Part Properties Editor.
  2. In part two of this blog series, we extended the simple SharePoint Web Part by adding a dropdown list box and populating it with values from a SharePoint list.
  3. In part three, we add the capabilities to use the selected value in the dropdown list box to filter various SharePoint lists on the page.
  4. In part four, you can download the Visual Studio 2008 project solution.

 

Blog Series Summary: 

As a part of a proof of concept site I was creating in SharePoint, I wanted to learn how to create a web part in SharePoint that can communicate to other web parts on the page.  The web part that I wanted to create was a drop-down list box that would display a list of projects.   Selecting a project on the drop-down list would then drive the contents of the various SharePoint project lists (issues, notes, risks, etc…) on the SharePoint page.

Part Four:

Download the Visual Studio 2008 project solution:

http://www.codeplex.com/DropdownSharePoint

» Similar Posts

  1. Dropdown List Box Filter Web Part in SharePoint – Part One
  2. Dropdown Filter Web Part in SharePoint – Part Three
  3. Dropdown Filter Web Part in SharePoint – Part Two

» Trackbacks & Pingbacks

    No trackbacks yet.
Trackback link for this post:
http://bilbrobloggins.com/trackback.ashx?id=10
 

» Comments

  1. Darek avatar

    Hello, great and very helpfull. but:

    i want to copy 400 items from list to dropdownlist (mydropdownlist.items.add( sharepointlist.items[i].displayname) . it's veeeeery slow. do you know a faster method ?

    relp. on email pls. i will forward to you blog asap :) tnx.

    Darek — April 30, 2009 7:50 AM
  2. Multiple dropdowns (minium 3) filter avatar

    Please find it

    Multiple dropdowns (minium 3) filter — December 3, 2009 4:41 AM
  3. David Petersen avatar

    Either I am missing something or the VS project isn't anywhere to download. I checked your codeplex link and that keeps sending me back here. Can you point me to the code so I can look at it?

    David Petersen — January 20, 2010 4:20 PM
  4. Brian Bilbro avatar

    I just checked and the source code is still there. When you go to the codeplex.com site, you should see a Source Code tab. Click that and it will take you to the source code which is here.

    dropdownsharepoint.codeplex.com/.../changesets

    Brian Bilbro — January 21, 2010 2:00 PM
  5. Ben avatar

    Is it possible with this filter web part to connect 2 filter web parts to one list?

    Ben — June 14, 2010 10:33 AM

» Leave a Comment