1
vote
0answers
347 views

How to update a Sharepoint 2010 list via an Infopath 2010 client form via a code?

I tried to follow in Sharepoint Server 2010 and Infopath 2010 the article: How to update a SharePoint list via an InfoPath browser form using the SharePoint Object Model which is for ...
0
votes
1answer
209 views

Access denied to list created via ListTemplate in a feature

I've created a feature to create an instance of a custom list. The provisioning part of my feature is: <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <ListTemplate ...