How to: Update List Items using sharepoint web service
Introduction: In this article I am going to explain you that How to update list item using sharepoint web service. To do this we will be using Lists.asmx web service and UpdateListItems web method. UpdateListItems Adds, deletes, or updates the specified items in a list on the current site. Syntex Code:- public XmlNode UpdateListItems (string […]
March 20, 2012
В·
Infoyen В·
One Comment
Tags: How to: Update List Items, Lists web service, Lists.UpdateListItems Method (Lists), Update taxonomy field values in a list item through SharePoint web services, Web Service В· Posted in: MOSS, SharePoint, Web Service