Friday, July 22, 2011

Programatically Insert/Update List Item in Sharepoint

Here is some links that shows you programatically how to insert/update list item in sharepoint.

(1) aMiT kUmAr: Add/Update/Delete operations on the Sharepoint List Item using C#(C-Sharp):: You will find topics for SharePoint,MOSS 2007,WSS,ASP.net,C#,.Net Framework and entertainment. 

(2) Add,Update and Delete operations on the Sharepoint List Item using C#-CodeGain  

(3) How to: Add or Delete List Items   

(4) Programmatically add records in a List in SharePoint   

(5) Update Sharepoint List Item    

(6) How to Update SharePoint List Items without Creating New Versions   

(7) Add, Update and Delete List Items Programmatically in Sharepoint   

(8) SharePoint List WebService to Insert Item   

(9) Adding values to sharepoint lists   

(10) Avoid Insert Record on Page Refresh in asp.net   

Please find following links with examples created at my end which does basic Insert/Update/Delete sharepoint list item.

(1) Insert new item to sharepoint list programmatically


(2) Update existing sharepoint list item programmatically


(3) Delete sharepoint list item programmatically
           

No comments:

Post a Comment