This is the first part of a multipart blog series.
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
- Dropdown List Box Filter Web Part in SharePoint – Part One
- Dropdown Filter Web Part in SharePoint – Part Three
- Dropdown Filter Web Part in SharePoint – Part Two
» Trackbacks & Pingbacks
http://bilbroblog.com/trackback.ashx?id=10
» Comments
-
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 -
Please find it
Multiple dropdowns (minium 3) filter — December 3, 2009 4:41 AM -
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 -
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 -
Is it possible with this filter web part to connect 2 filter web parts to one list?
Ben — June 14, 2010 10:33 AM