I\'m using the following code to add an item to a list on the top level of my application but it is not adding anything, does anyone know why? Is there anything missing?
I have the following code: using(SPWeb web = ... { .... SPListItem item = GetItemById(id); item[\"Status\"] = status;
\"selectedBA\" is the variable that contains a value determ开发者_开发百科ined @ runtime.how can i incorporate this into a linq statement that will give me all the items in a SPList where the dynamic
It seems that I have an issue with encoding.The field max width is 255 chars 开发者_如何学JAVAand the title is indeed 255 chars, however there are some characters in the title (quotes and angle bracke
I am in the process of upgrading our custom solutions to Sharepoint 2010. I wanted to utilize the WorkflowCompleted event handler but I don\'t seem to be able to get the relevant SPListItem from the e
I have aro开发者_StackOverflowund 10000+ rows(Listitems)in a list I want to query. I want to iterate each of the item in a timerJob - but I cant take all of them at a time
sharepoint allows multiple开发者_高级运维 items to be added for a lookup column type. Is there a good article that has the code snippet to update or add lookup values?Take a look at this object SPFiel
In SharePoint I can tee up a binding to an edit field like this below. When the form posts back the changes are automatically persisted to the underlying list item.
[ short reminder: english is not my native language :) ] Hello, I have this problem for a few days now (and it starts to drive me seriously mad).
I am trying to get the most recent item created by a specific user by CAML query but it seems to return all the data created by everyone.