Creating List Items with jQuery and the SharePoint Web Services
Posted by: Jan Tielens Bloggings [MVP],
on 10 Apr 2009 |
View original | Bookmarked: 0 time(s)
In my previous post I showed how to make a call to SharePoints Lists.asmx web service with the jQuery library to retrieve information about the Lists and Document Libraries that are available on a specific SharePoint Site. In the comments of that post, one of the readers asked if it would be possible to create a new item in a List using the same technique. Of course this is possible, you just need to make use of the UpdateListItems web method (yeah, the name of that method is not very intuitive)....