Top "Sharepoint-2010" questions

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

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
SharePoint error: Web application at xxxx could not be found

When I try to execute this code: SPSite siteCollection = new SPSite(@"http://sp-devxxx:10000/"); It throws the following error: The Web …

c# .net sharepoint-2010
SPSite site = new SPSite(SPContext.Current.Web.Url) vs SPContext.Current.Web.Site

Why do some SharePoint examples use using (SPSite site = new SPSite(SPContext.Current.Web.Url)) { ... } and not just simply? SPSite …

sharepoint sharepoint-2010
Enabling publishing infrastructure feature in sharepoint 2010

Hi can I enable publishing infrastructure feature in sharepoint 2010 Thanks

sharepoint-2010
How To Get The Value Of Header In CSV

In PowerShell I want to pass the name of a header in a CSV file into another function in the …

powershell csv sharepoint-2010
Unable to delete SharePoint 2010 ContentType "Contenty type in use."

I have tried all the recommendations on the web, to no avail. I wrote a console application per these instructions: …

sharepoint-2010 content-type
How do I filter by [Today] and time in SharePoint list view ?

I'm trying to filter Sharepoint lists based on date and time. But It only works with date, ignores the time …

sharepoint-2010 sharepoint-designer caml
How to get Sharepoint List using c#

How to get fields values from a particular list item.In my case i want to get all form fileds …

c# sharepoint-2010