Quantcast
Channel: PeteStilgoe.com » Sharepoint 2010
Browsing latest articles
Browse All 10 View Live

Facebook kit for Sharepoint

Facebook kit for Sharepoint The Facebook Kit for SharePoint (FKS) provides your end users with many great SharePoint web parts that leverage the Facebook Connect API. These Facebook web parts will...

View Article



Sharepoint: Assign a welcome page to a teamsite with publishing NOT enabled

In Sharepoint you cannot assign a new welcome page via site settings unless the publishing feature is enabled. However you can do this programmatically using the following code: using (SPSite...

View Article

K2 Blackpearl Blackpoint Error: Unable to modify workflow : Server did not...

In K2 Blackpearl / Blackpoint We were getting the following error when publishing a workflow: Unable to modify workflow : Server did not recognize the value of HTTP Header SOAPAction:...

View Article

Sharepoint: DVWP BCS Webpart Error while executing web part:...

Came in this morning and had an error on some of our pages displaying external data using business connectivity services in Sharepoint 2010. This was strange as its been working fine for months &...

View Article

Sharepoint 2010 – Solution stuck on Retracting

On our Sharepoint 2010 Dev farm we we’re trying to remove solutions from Central Admin & they were just stuck on ‘retracting’ Turns out the the Sharepoint Timer Service had stopped, start the...

View Article


Sharepoint 2010: Bulk edit Sharepoint list items using Powershell

Change a single Sharepoint list item (with a known ID): $SPAssignment = Start-SPAssignment $SPWeb = Get-SPWeb http://yourintranet/sitename -AssignmentCollection $spAssignment $SPList =...

View Article

Sharepoint: How to create a url to force a document to download instead of open

In Sharepoint if you need to create a URL to a document or image and force it to download instead of displaying, use a URL like:...

View Article

Sharepoint 2010: How to copy a Sharepoint page with all webparts included

How to copy a Sharepoint page with all webparts included: 1) Open the site in SharePoint Designer 2010 & browse to the ‘Pages’ library 2) Create a ‘Temp’ folder 3) Right click the page you want to...

View Article


Sharepoint 2010: How to allow duplicate column display names

Through the Sharepoint GUI if you try & enter a display name for a column that already exists, you will get an error message saying a column already exists with that name, choose another name. To...

View Article


XSL: How to combine multiple onclick events in XSL

How to combine multiple onclick events in XSL: <xsl:attribute name="onclick"> <xsl:value-of...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images