for questions completely specific to Windows SharePoint Services 3.0

learn more… | top users | synonyms

0
votes
1answer
13 views

wss 3.0 content database has expanded exponentially without any data added in it

I am hosting wss 3.0 web application in windows 2003 server with sql 2005 express edition. we are leveraging lots of out of the box functionality, but we also have some custom features and web parts. ...
0
votes
0answers
30 views

wss 3.0 working fine in all browsers except on IE

I have 2 domain controllers, lets call it Domain1 and Domain2. I have wss3.0 installed in windows 2003 server with sql express running in webserver1 of Domain1. Domain1 is also running DNS Services ...
0
votes
1answer
16 views

WSS 3.0 List - Change default view

Is there a way to change the default view on a WSS 3.0 list (Survey)? I tried web.Lists[].DefaultViewURL = "\List\xxxyyy\custompage.aspx" But DefaultviewURL looks like it is read-only. Any ...
0
votes
0answers
21 views

Is it possible to filter a sharepoint group listing using a Sharepoint designer (2007) workflow?

I'm using WSS 3.0 and SharePoint designer 2007. I have been asked to create a "Training List" for students where for each entry they list their name, the procedure they've been shown and the trainer ...
0
votes
2answers
40 views

WSS 3.0 Contributor Permissions can't delete folders

SPUtility.ValidateFormDigest(); SPSecurity.RunWithElevatedPrivileges(delegate() { SPSite siteColl = SPContext.Current.Site; ...
2
votes
1answer
78 views

How to enable forms authentication programmatically?

So, my attempts are: 1)Site.WebApplication.IisSettings[currentZone].AuthenticationMode = System.Web.Configuration.AuthenticationMode.Forms; ...
0
votes
1answer
43 views

file downloading in sharepoint

I've created a web-part. I've added few documents to it. I'm implementing download functionality. I want file download dialog. My code is like this. DownloadItem(SPListItem item) { // Get physical ...
0
votes
1answer
43 views

openfiledialog in webpart

How to implement openfile dialog in a webpart ? OpenFileDialog class could not be accessed in webpart. Is there any other way to achieve this ?
0
votes
0answers
42 views

Delete all list permissions and set Author as contributor (Event Receiver)

I wrote an Event Receiver on ItemAdded to automatically create a calendar (Template 106) from a ListItem (Title => Name of calendar). So far so good... Problem of all is, that I want to delete ALL ...
0
votes
3answers
117 views

custom document library web part with shared documents

I've been struggling a lot to create custom web part that looks similar to "Document library" in share point. I've tried several approaches but finally figured out it. Here's my piece of code: // ...
1
vote
1answer
88 views

Content Editor Web Part Uneditable in IE9

A user added a content editor web part with just some simple HTML formatted text to it today. Once the text is added and the page is saved no body can seem to edit the web part's properties unless ...
1
vote
1answer
87 views

SharePoint Alert Me not sending alerts for a specific user

We use the SharePoint alerting infrastructure on a list on a site. Alert are currently active for a group of users and are working correctly. The environment is SharePoint wss3.0. I have added a new ...
2
votes
0answers
38 views

Why the Required property of field is changing to false?

I created site column with Required="true". Then I created site content type and added my column to it . Then I created list, selected "Allow management of content types?" to "Yes" and added my ...
1
vote
1answer
111 views

WSS 3.0 Write to New Column in User Information List

I am working on a site that is using FBA in WSS 3.0. This is an external facing site, so in the FBA User Management page (UsersDisp.aspx) I would like to add a column that displays the user's company ...
1
vote
0answers
39 views

Upgrading from WSS 3.0 to Sharepoint 2010

I have got sharepoint 2010 installed but I can't see any of the documents / calenders, when I run the upgrade it references a site that is claims doesn't exist. I ran the following in PS: stsadm -o ...

1 2 3 4 5 26
15 30 50 per page