Top "Sharepoint-2007" questions

SharePoint 2007 is a Server Product from Microsoft.

Prevent SharePoint list item deletion

How can I prevent users from deleting sharepoint task list item? Should i override the ItemDeleting event or is there …

sharepoint sharepoint-2007 sharepoint-list
How to access sharepoint data using C#?

I am working on project where I have to access SharePoint data in C#. I've never done this before; and …

c# .net sharepoint sharepoint-2007 moss
Why is SharePoint dispalying my HTML and CSS content improperly?

I am trying to add content to a SharePoint content editor web part, but when I do, it displays as …

html css sharepoint-2010 sharepoint-2007 cewp
How to get list of all document libraries from sharepoint site programatically

I am using below code which gives me both list & document library; but I am trying to get list …

sharepoint sharepoint-2010 sharepoint-2007 splist
Page Layout does not appear in the page layouts list

I have a feature that deploys a few site columns, a content type (inheriting from Page Publishing Content Type) and …

sharepoint sharepoint-2007
Get Year of CreatedBy date in a calculated column

I am trying to create a calculated column in SharePoint 2007. I want it to return the year of the CreatedBy …

sharepoint-2007 sharepoint-2013 calculated-columns
SharePoint, List.Items and List.GetItems(Query) and Linq

Following on from suggestions, I am trying to use List.GetItems(Query) to retrieve my initial data subset rather than …

linq sharepoint sharepoint-2007 list
Allow Content Editor Web Part

Using SharePoint 2007, how could I allow the adding of CEWP's to the selection menu of an "Add a Web Part" …

sharepoint sharepoint-2007 cewp
How to open URL in SSRS report in webpart to new window

I have created a report that I will embed in Sharepoint 2007 via a webpart using a report viewer. This works …

reporting-services sharepoint-2007 web-parts
What does square bracket [] mean in the below code?

I got below code from http://msdn.microsoft.com/en-us/library/dd584174(office.11).aspx for adding custom property in webpart …

c# asp.net sharepoint sharepoint-2007