Top "Sharepoint-2010" questions

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

How do I insert a background image on all pages of a pdf-document?

I need sample code in C# to insert the background image on all pages of the finished pdf-document. I'm using …

c# sharepoint-2010 pdf-generation itextsharp
How to setup a development environment for sharepoint 2013

I had installed sharepoint 2013 foundation, sql server 2012 in Windows Server 2012 operating system in virtual machine. I need to setup development …

sharepoint sharepoint-2010 sharepoint-designer sharepoint-2013
How to get list of all document libraries from sharepoint site programatically

I am using below code which gives me both list & document library; but I am trying to get list …

sharepoint sharepoint-2010 sharepoint-2007 splist
Can I create a Sharepoint site on my local machine?

I am trying to learn Sharepoint on my own so we can implement a website here at my work. The …

sharepoint sharepoint-2010 sharepoint-designer
Authenticate network credential to access SharePoint site on client object model

I am working to small app, that is require to bring all users in all groups of given site. I …

c# .net sharepoint-2010 sharepoint-2013 networkcredentials
sharepoint 2010 Retention Policy not working?

I have created one simple document library and want to enable a retention policy for that, for this thing I …

sharepoint-2010
How does one get all child terms of a SharePoint term in C#?

I am writing a webpart for SharePoint 2010 that recuperates the latest page of a certain (custom) type, according to publishing …

c# sharepoint sharepoint-2010 web-parts
How to make text box appear when hover over on the image map?

I am trying to make a text box appear when hover over hotspot on image map. This is what I …

html css sharepoint-2010 imagemapster
How to work with Sharepoint cmdlet without installing sharepoint?

I have to upload csv file fields into Sharepoint 2010 list using powershell. I am working in windows XP machine. When …

sharepoint powershell sharepoint-2010 powershell-2.0 sharepointadmin
How do I tell if an SPListItem is a document or a folder

I have a loop that is looping through a document library like in the example below. foreach (SPListItem item in …

sharepoint sharepoint-2010 web-parts