Top "Sharepoint-2007" questions

SharePoint 2007 is a Server Product from Microsoft.

What is good for SharePoint beginner user tutorials?

Ok I've been tasked with creating a wss v3.0 website for a government internal site with very little internal SharePoint …

sharepoint sharepoint-2007 wss-3.0
Retrieve Details of Deployed Solutions in SharePoint using PowerShell

I need to retrieve the details of all deployed SharePoint solutions, as are displayed in the Central Administration > Operations &…

sharepoint api powershell sharepoint-2007 powershell-2.0
How to get the last modified date of a SharePoint list (SPList)

I have some code which replicates list templates files for new sites in SharePoint 2007. It checks the SPList.LastItemModified to …

sharepoint-2007 last-modified splist
Sharepoint accessing "User Information List" via a webservice

I am trying to get the contents of "User Information List". This list can only be acessed as an admin …

c# sharepoint sharepoint-2007 moss
Why do SharePoint Designer workflows, when edited, seem not to update on the SharePoint site?

I create a Workflow in SharePoint Designer, and when I save it, it's good to go, and works as expected. …

sharepoint sharepoint-2007 sharepoint-designer
'Activate feature' step error :Object Reference not set to an instance of an object

I created a custom timer job and implemented it through a feature event in sharepoint. when i tried to activate …

sharepoint sharepoint-2007 timer-jobs stsadm
SharePoint CAML query Orderby does not support descending attribute.?

Trying to fetch data from SharePoint List using CAML query. Am using the attribute Descending, but does not work as …

sharepoint sharepoint-2007 caml
Programmatically logging to the Sharepoint ULS

I'd like to log stuff in my Sharepoint Web Parts, but I want it to go into the ULS. Most …

.net sharepoint sharepoint-2007
Powershell & Sharepoint export list items via view to csv

I am attempting to export items from a sharepoint list via a specific View. I have the items returning successfully …

powershell sharepoint-2007 wss-3.0
Properly implement a webpart with postback?

What I'm trying to do is to create a webpart that has a textbox where you can set the value …

sharepoint sharepoint-2007 postback web-parts