3
votes
1answer
39 views
Prevent Concurrent Editing of a List Item
In Sharepoint MOSS multiple users can edit the same item in a sharepoint list at the same time…the first person to save their edit “wins”.
Is there a way to prevent this, to lock …
0
votes
3answers
41 views
Difference between Windows Share Point Service and MOSS
What is difference between Windows Sharepoint Service and MOSS (Microsoft office Sharepoint). If I have the WSS 3.0 installed in my machine, I can create a sharepoint site, using S …
1
vote
4answers
56 views
SharePoint “Thread was being aborted” looping through a SPListItemCollection
I have a SPListItemCollection with ~500 items in. I am looping through using a for each loop, each time grabbing the file and writing it out to a pdf document. I am getting the err …
1
vote
2answers
32 views
Aggregating news with Sharepoint MOSS 2007
Our company is split into divisions. These divisions work for client companies and are then further split into account teams that work on projects for a product of the clients.
So …
0
votes
1answer
17 views
Sharepoint asks for authentication while processing a web service call
In sharepoint my web part is calling a web service. This web service does some heavey processing in the background. On large data sets the page asks for your username and password …
0
votes
4answers
86 views
Replace the Default Page in a SharePoint WebSite
Hi,
I have been asked to programmatically do the following in a SharePoint 2007 team site collection:
Create a website using the OOTB blank site template. (Please note, for pro …
0
votes
1answer
17 views
Get items from sharepoint list by Title field with ignore care using Caml or SPQuery
I want to get data from SharePoint List using CAML and filtered by Title with ignore case like
<Query>
<Where>
<Eq>
<FieldRef Name='Title' / …
0
votes
2answers
26 views
update page templates with new site columns in MOSS publishing site
I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains a masterpage, some pages, some site columns (grouped to match each page) etc. I have a …
0
votes
3answers
39 views
SharePoint Feature Activation - Value does not fall within the expected range
I have started writing a simple feature to create a site column, and a content type. If I try to activate the feature as such, it gives me the error Value does not fall within the …
1
vote
1answer
31 views
Sharepoint with ASP.NET Ajax
I'm running a MOSS2007 Sharepoint website with .NET 3.5 Ajax. I'm using the SmartPart webpart to host a user control that contains an update panel.
I've added the script manager t …
0
votes
1answer
34 views
WSS GetListItems Not Returning Folders without Inherited Permissions when Calling with GUID
WSS 3.0 List Service
I am running GetListItems() on a Picture Library (name Pictures) using the follow CAML query:
<Query>
</Query>
<ViewFields>
<FieldRe …
0
votes
2answers
28 views
Creating and updating site columns in MOSS publishing site
I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains a masterpage, some pages, some site columns etc. I have also created a site collection …
0
votes
3answers
40 views
SharePoint - An unexpected error has occurred.
In SharePoint I am getting the following when I go to my new web part page:
Error
An unexpected error has occurred.
Web Parts Maintenance Page: If you have permission …
0
votes
2answers
13 views
MOSS: How to quickly get total count of all webs in a Site Collection?
Is there a way to get a total count of all webs in a Site Collection, without enumerating through them?
1
vote
1answer
36 views
Why does OnLoad / CreateChildControls order change at postback?
The web part lifecycle is described like this:
On Page Load
Constructor
OnInit
OnLoad
ConnectionConsumer method is called if web part is connectable
CreateChild …
