Top "Sharepoint-2007" questions

SharePoint 2007 is a Server Product from Microsoft.

How to get SPuser object from Assigned To field of task

Hi I have a sharepoint 2007 workflow and i need to get the SPuser object in order to send mails to …

c# visual-studio-2008 sharepoint sharepoint-2007 sharepoint-workflow
Custom Action Menu for particular Sharepoint List

I want my Custom Action Menu to be applied to particular list; currently its specified with the following XML and …

sharepoint sharepoint-2007
SharePoint - How can I customize NewForm.aspx in custom feature?

I have created a custom list in a SharePoint site and generated a Visual Studio 2008 project using SharePoint Solution Generator. …

sharepoint sharepoint-2007 moss wss wss-3.0
Upload a .pdf file to a Sharepoint Document Library

Within an Access 2007 application, I'm creating a static report in .pdf format. I want to create it, then export the …

vba ms-access sharepoint-2007 sharepoint-api
How to Programatically Download files from sharepoint document library

On button click event or on Link button click, I want to download document from sharepoint document library and save …

sharepoint sharepoint-2007
Deploying a SharePoint WebPart with its Web Service Reference

I'm trying to built a SharePoint Web Part that has as part of it a service reference to Another SharePoint …

web-services sharepoint sharepoint-2007 wss-3.0
Item Adding in event receiver sharepoint 2010

public override void ItemAdding(SPItemEventProperties properties) { base.ItemAdding(properties); SPItem itemBeingAdded = properties.ListItem; var startTime = itemBeingAdded["Start Time"]; // Some code …

c# sharepoint sharepoint-2007 event-receiver
Scope of a timer job feature

I am writing a timer job for the first time. I am following the examples that can be obtained by …

sharepoint moss sharepoint-2007 timer-jobs
Making a sharepoint site (2007) read only

I am getting ready to perform a migration of SharePoint 2007 to 2010, and during the migration horus, i will want to …

sharepoint-2007
Sharepoint solution packaging: how do I get a custom icon for my features?

I am not sure how foolish I am being here! I have a solution that packages up some master pages …

sharepoint deployment sharepoint-2007 solution