Top "Sharepoint" questions

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

Getting list item field values from a SP List using Client Object Model

What is the optimal way to get a list items and their properties from a SP list using Client object …

sharepoint c#-4.0 caml
How to find the logged in user in Sharepoint?

I have developed a "web part" that has to be deployed on a Sharepoint server. I need the username of …

c# sharepoint web-parts
Upload a file to SharePoint through the built-in web services

What is the best way to upload a file to a Document Library on a SharePoint server through the built-in …

sharepoint wss
Sharepoint LookUp field on Choice field?

How to create a lookup field for the Choice field..For eg: In a list i have Choice field and …

sharepoint sharepoint-2010 sharepoint-2007 lookup
How to check if a word starts with a given character?

I have a list of a Sharepoint items: each item has a title, a description and a type. I successfully …

c# sharepoint web-parts
SharePoint 2010 is forcing me to save PDF when opening from doc library

I have a document library with a PDF file. Whenever I click on the PDF file, I am prompted to …

security sharepoint pdf sharepoint-2010
How to see all site collections in a specific content DB

How can I see all site collections associated in a specific Content db in SharePoint 2010? Any advice or suggestion is …

sharepoint sharepoint-2010
How to reset SharePoint 2010 List forms from InfoPath to the default forms?

I've converted a Custom List forms to use InfoPath forms using SharePoint Designer, now I want to revert this back …

sharepoint sharepoint-2010 infopath sharepoint-designer
How to generate a WSDL file from a C# webservice

I've created a WebService like this: [WebService(Namespace = "http://ns")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] public class GroupManagerService : WebService { public GroupManagerService() { } […

c# web-services sharepoint wsdl asmx
How can I get an oauth access token in sharepoint 2013?

I have this site here: http://msdn.microsoft.com/en-us/library/jj164022(v=office.15).aspx the text in some part …

javascript jquery sharepoint oauth