Archive
Posts Tagged ‘SPListCollection’
Populating a drop-down with list values using C# for SharePoint 2010
October 12, 2012
Leave a comment
- Finds the list “My Tasks”
- Gets all items from the “Title” column in the “My Task” lists
- Uses a foreach loop to add all of the “Title” columns values to a drop-down.
Watch the video to see how it works.
Categories: SharePoint, SharePoint 2010, SP2010, Work
C#, SharePoint 2010, SPList, SPListCollection, SPWeb