Windows SharePoint Services version 3.0
Questions tagged [wss-3.0]
264 questions
1
vote
1 answer
Exporting wiki to a word document - WSS
Is there a way to export a wiki page to a MS word document in WSS? Ideally, I would like to add a link on every WIKI page when clicked would export the content to a Word document. Any free plugins to do this?
Any help is appreciated

DotnetDude
- 11,617
- 35
- 100
- 158
1
vote
1 answer
SharePoint filtered column that only allows item to be used once
I have a WSS 3.0 site that I use for change management. There are three primary lists on it -- a bug list, an enhancement list, and a release list. The release list has two lookup columns that provide a list of bugs and enhancements that are…

Jason
- 2,806
- 2
- 28
- 38
1
vote
0 answers
Render custom form / alter existing rendering template at runtime
How do I create reusable custom new item form + preferrably, i don't want to tie this form to content type? I want to force render one hidden field (it could be render on the page, but make invisible or render on the page and display) and set field…

Janis Veinbergs
- 6,907
- 5
- 48
- 78
1
vote
2 answers
Force logout currently logged in user in wss 3.0 - how to?
Scenario is like this:
I have currently logged in user. This user would like to remove his own account. He clicks button, then Membership.DeleteUser function runs. After this he is still logged in into service despite that his account was…

truthseeker
- 2,214
- 6
- 30
- 53
1
vote
3 answers
How to modify SPList when elevated premissions dosen't work? Hard Coded login - is it possible?
What I need to add data to SPList and update Membership account by anonymous account. Simpler: I'm trying to write activation procedure of anonymous user already registered account.
I was trying to do this using mechanism of elevating permissions,…

truthseeker
- 2,214
- 6
- 30
- 53
1
vote
2 answers
SharePoint WSS 3.0 / show only limited number of people seen in SharePoint Group
Dont know if this is even possible. But, in sharepoint wss is it possible to force sharepoint to only let users see specific people in their group? For example, if a Sharepoint Group has 100 people in it, then I want the user to see themselves,…

user272656
- 11
- 1
1
vote
2 answers
How do I run Commands with Elevated Privileges in Windows SharePoint Services 3.0?
I'm using forms authentication to log in into windows sharepoint servevices 3.0 service.
I need to elevate during anonymous access, rights to add record to sharepoint portal list.
I found clue in…

truthseeker
- 2,214
- 6
- 30
- 53
1
vote
2 answers
WSS: Determining config database details from SPFarm object
If I have an SPFarm object in the WSS 3.0 API, how can I get the Server\Instance details of the config database?

Ries
- 2,844
- 4
- 32
- 45
1
vote
1 answer
Adding custom properties to a site which are availble via code
I have been asked to do something and i am very new to Sharepoint development and customisation so am a bit unsure how to go about it, or if it is even possible. The brief is to create a web part that shows a list of sub sites of the current site,…

Modika
- 6,192
- 8
- 36
- 44
1
vote
1 answer
How to disable Sharepoint textbox?
I am trying to disable a textbox in SharePoint WSS3 and force a specific value (given by another JavaScript function) but I can't seem to find the right way of doing it. I have come across different issues. Let's say I have a normal single line text…

raz3r
- 3,071
- 8
- 44
- 66
1
vote
3 answers
sharepoint search server not installed on wss 3.0 box how do i add it?
I have wss 3.0 set up and in use, but the search is not working. most of the troubleshooting starts with "open central administration, click Operations then Services On Server, then start and stop WSS Search Server".. but there is no search server…

allen
- 13
- 3
1
vote
2 answers
SharePoint Custom Web Part With Active Directory
I am currently working on a custom SharePoint web part (WSS 3.0, not MOSS) that will pull in information for all of the users in Active Directory to build an up to date employee directory. This web part shows things like phone number, address, and…

Jake
- 13
- 3
1
vote
2 answers
Sharepoint WSS 3.0 Attributes returned from GetListItems
Is there some definition around the attributes that are returned from the Lists.GetListItems? I am able to view the attributes retuned just fine but I am wondering if they would ever change?
Here are some examples of what I am seeing...…
user209993
1
vote
1 answer
Security scan finds httpOnly cookies in ASP.NET application even when disabled
I have tried to enable httpOnly cookies in my WSS 3.0 forms-authentication application using the web.config tag. A Cenzic Hailstorm security scan report claims that cookies are being produced with the flag off, including the .ASPXAUTH cookie, one…

strongopinions
- 3,917
- 3
- 25
- 28
1
vote
3 answers
Error while creating a new sharepoint site using sharepoint object model
I get the famous error "The security validation for this page is invalid. Click Back..." while creating SharePoint sites using the object model...
This is my code in the web part to create share point sites.
using (SPSite objSite = new…

iJK
- 4,655
- 12
- 63
- 95