Top "Sharepoint-2007" questions

SharePoint 2007 is a Server Product from Microsoft.

Accessing hidden SharePoint list

Currently I have a few lists in my SharePoint site that has been hidden from the user (via the hidden …

sharepoint sharepoint-2007
SharePoint - get value of calculated field without manual parsing

I have a calculated field in a list with this formula: =CID & " - " & Title When viewing the list, …

sharepoint sharepoint-2007
How to add specific SharePoint Group to List permission

using (SPSite site = (SPSite)properties.Feature.Parent) { using (SPWeb web = site.OpenWeb()) { if (web != null) { web.AllowUnsafeUpdates = true; SPList list = …

c# sharepoint sharepoint-2010 sharepoint-2007
Item level permission for sharepoint custom list

I have created a custom list with work flow associated with that. The workflow takes the item through different levels …

sharepoint-2007 permissions sharepoint-workflow
In SharePoint, what is the easiest way to create a custom list 'schema.xml' file?

Like many other SharePoint users, I've had to create a custom list definition. After much trouble, I've managed to create …

sharepoint list sharepoint-2007 wss-3.0
Get a List using its ID

I'm trying to get a list using it's ID, however it's not working and I can't work out why This …

c# sharepoint sharepoint-2007
How to solve error "connection:closed" in SharePoint2010?

Hi , when i deleted site under mysite collection the webapplication doesnot work and i had this error HTTP/1.1 200 OK Server: …

iis-7 sharepoint-2007 sitecollection
Get Current SPWeb From Web Part

I'm working on a WebPart, to be used in SharePoint, that will display a listing of documents within a document …

sharepoint sharepoint-2007 web-parts
Sharepoint Web Service GetListItems not returning all rows

I am using the GetListItems web service and it is only returning about 50% of the results stored. Is there a …

c# web-services sharepoint sharepoint-2007 moss
How can I tell if a candidate is a good Sharepoint Architect / Developer?

I need to interview some people for a position as a Sharepoint Architect / Developer role. While I am proficient in .…

.net sharepoint sharepoint-2007 sharepoint-2010