SharePoint

SharePoint is a web-based collaborative platform that integrates with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and usage varies substantially between organizations.

Development Tools and Techniques for Working with Code in Windows SharePoint Services 3.0

0
I just found two great articles posted in the MSDN web site by Patrick Tisseghem of U2U that covers a series of aspects on development with the SharePoint platform,...

How to Create a SharePoint Server 2007 Custom Master Page and Page Layouts for...

0
I found another very useful article in the MSDN web site for SharePoint developers that are working on WCM. This article provides a step-by-step guide on how to build...

How to Optimize a SharePoint Server 2007 Web Content Management Site for Performance

0
In any web site, performance should be among the main concerns (especially if a large amount of users is expected) and SharePoint web sites are no exception. This MSDN...

Page.EnableEventValidation and “Invalid postback or callback argument” error

0
I developed a custom web part that basically renders a form and submits the entered data into a SharePoint list. The problem I was having is that when the...

SharePoint 2007 – Exporting Web Parts

0
When web parts are deployed in a SharePoint Site Collection, they become available in the Web Part Gallery, so that they can be added to web part pages. The...

SharePoint 2007 – No parameterless constructor defined for this object

0
I needed to edit a page layout in a Publishing Site and I was adding a custom web part using SharePoint Designer. Everything seemed to be working fine (the...

SharePoint 2007 Debugging – Show Error Messages

0
Sometimes debugging SharePoint errors is not the easiest of tasks. The most common and annoying situation is when the "An unexpected error has occurred" error message is shown and...

SharePoint Tip #18: Reading from and Writing to a User or Group column

0
Each field type has a different way to be read from and written to. The most used ones (single line of text, multiple lines of text, number, currency, date...

SharePoint 2007 Deployment Tools

0
I recently found in the CodePlex web site, two very interesting and useful tools to ease the process of deployment of a SharePoint 2007 solutions: SharePoint Solution Installer – You...

SharePoint 2007 – Restore Closed Web Parts

1
In SharePoint 2007 web sites, web parts can be removed from a web part page using two methods: Closing the web part (by clicking the "X" button) Deleting the...