SharePoint 2007 is a Server Product from Microsoft.
Currently I have a few lists in my SharePoint site that has been hidden from the user (via the hidden …
sharepoint sharepoint-2007I have a calculated field in a list with this formula: =CID & " - " & Title When viewing the list, …
sharepoint sharepoint-2007using (SPSite site = (SPSite)properties.Feature.Parent) { using (SPWeb web = site.OpenWeb()) { if (web != null) { web.AllowUnsafeUpdates = true; SPList list = …
c# sharepoint sharepoint-2010 sharepoint-2007I have created a custom list with work flow associated with that. The workflow takes the item through different levels …
sharepoint-2007 permissions sharepoint-workflowLike 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.0I'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-2007Hi , 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 sitecollectionI'm working on a WebPart, to be used in SharePoint, that will display a listing of documents within a document …
sharepoint sharepoint-2007 web-partsI 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 mossI 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