Top "Sharepoint" questions

For SharePoint-specific questions, please see the SharePoint Stack Exchange (https://sharepoint.

Update Sharepoint List Item

I got following error... System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.SPListItem.…

c# asp.net sharepoint wss
SharePoint interview questions

Let's have a list of some good interview questions for SharePoint developers. Please provide one question per entry, and if …

sharepoint moss wss
What is Sharepoint development from a developers point of view?

I hear a lot of talk about Sharepoint these days, but I'm having problems grasping exactly what it is through …

sharepoint
How to get the Absolute URL of a file in sharepoint library

I am working on SharePoint 2010.I have an documentlibrary ID and document ID in that library with me.i don't …

sharepoint url sharepoint-2010 document-library
How do you link Sharepoint Lists across different sites

I have googled this and seem to only be able to find the same Tutorial here or variations thereof. I …

sharepoint sharepoint-designer
IF function SharePoint - Not Empty Column

How would I specify if a column is not empty or blank in an IF statement - in a calculated …

sharepoint
How to fix error: The message received from the server could not be parsed

We have a Sharepoint solution that uses AJAX. The button that triggers this is inside an update panel. One of …

c# ajax sharepoint
How to use jquery correctly in SharePoint Web Part - jquery doesn't always fire

I'm learning how to use jquery with SharePoint. My example draws a red box inside the Content Editor Web Part …

jquery sharepoint web-parts
One or more field types are not installed properly. Go to the list settings page to delete these fields

CamlQuery query = new CamlQuery(); query.ViewXml = @"<View>" + "<Query>" + "<Where><Eq><FieldRef …

sharepoint caml sharepoint-clientobject
SharePoint : How to check for null with a CAML Query?

I have this CAML: query.Query = @"<Where><Eq><FieldRef Name='MessageID' /><Value Type=…

sharepoint