SharePoint Code Snippets

Upload multiple files into SharePoint Document Library programmatically using C#

I was reading through various SharePoint forums and found the below code snippet to upload mu...
Category: SharePoint Date: 10/25/2010 11:56:29 PM

Read SharePoint List data and display in a GridView control

I have developed a custom web part which reads data from SharePoint List named "Projects"...
Category: SharePoint Date: 7/5/2010 4:01:17 AM

Using CAML Query to get Data from SharePoint List

Following sample code snippets reads a SharePoint list named "Members" and filters ...
Category: SharePoint Date: 7/3/2010 2:08:29 PM

Post a reply on SharePoint Discussion Thread programmatically using C# code

We can reply to a SharePoint Discussion Thread programmatically using C# code. Here is the code sn...
Category: SharePoint Date: 6/19/2010 3:45:22 PM

Modify the "Created By" and "Modified By" column's data in a SharePoint List using C# code

In one of my projects, I faced a requirement to create a custom list and upload around 5000 user r...
Category: SharePoint Date: 6/18/2010 4:39:06 AM

Copy attachments from one list item to another within a SharePoint site

Attachments for a list item are stored as SPFile objects under a hidden folder in the list where t...
Category: SharePoint Date: 5/19/2010 12:03:51 PM

Programmatically find the administrator of SharePoint Site Collection

Following code snippet can be used to programmaticaly find administrator of a SharePoint Site Coll...
Category: SharePoint Date: 5/19/2010 11:36:08 AM

Modify value of a web part property in SharePoint website using C#

Following code snippet can be used to change the values of a web part property ...
Category: SharePoint Date: 5/18/2010 9:11:32 AM

Adding/Removing web part in SharePoint website using C#

Adding a web part: Following code snippet can be used to add a web part in an existing ShareP...
Category: SharePoint Date: 5/16/2010 11:27:18 AM