Top "Sharepoint-2010" questions

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

Retrieve SPList URL programmatically

Lets say I have a SharePoint List provided on URL http://webapp:1234/Lists/TestList. In code, I have access to …

sharepoint sharepoint-2010
How to customize SharePoint 2010 mobile view

I am stuck on developing a mobile view for my SP2010 publishing portal. It is Internet-facing with custom pages / web …

sharepoint-2010 mobile-website sharepoint-branding
What´s the better way to get ID from lookup field value programmatically?

When I try to get the id from: string idValue = item[Lookup].ToString(); I get the next value by example: 1;#1 …

c# sharepoint-2010 lookup splistitem
SharePoint workflows cannot automatically start

I'm trying to make a SharePoint workflow start automatically for any new document that is uploaded to a specific doc …

sharepoint sharepoint-2010 sharepoint-workflow
How to get a SharePoint List Item By Unique Id

Is it possible to get SP List Item by unique Id (without writing a Caml request) if I know a …

sharepoint-2010 get uniqueidentifier sharepoint-clientobject
Error The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered

I am trying to run a PowerShell script from a windows batch file. This is a SharePoint related script that …

batch-file sharepoint sharepoint-2010 powershell-2.0
Getting field names of a listItem - (Strongly typed?) in SharePoint 2010 Client API

I'm very new to SharePoint, using 2010. Trying to see what we can do with it, in particular with Lists. And …

c# sharepoint sharepoint-2010 caml sharepoint-api
CAML Query to SharePoint list returns entire set

I've been running into an issue where if I execute a CAML query in C#, my ListItemCollection contains the entirety …

c# sharepoint-2010 caml
Update multiple SharePoint list Items

I have an InfoPath form that, when submitted to a SharePoint Form Library, also adds a single item to a …

sharepoint sharepoint-2010 infopath sharepoint-designer sharepoint-list
Why is SharePoint dispalying my HTML and CSS content improperly?

I am trying to add content to a SharePoint content editor web part, but when I do, it displays as …

html css sharepoint-2010 sharepoint-2007 cewp