Windows SharePoint Services version 3.0
Questions tagged [wss-3.0]
264 questions
0
votes
2 answers
SMTP configuration to work with SharePoint 3.0 - how to?
I would like to send e-mail from my own custom webpart using SPUtility (on wss3.0). The issue is that smtp server is on the same host as sharepoint services. SMTP server works and I can send e-mail using telnet. (But it always telling me that…

truthseeker
- 2,214
- 6
- 30
- 53
0
votes
1 answer
How to configure local smtp server in SharePoint 3.0?
I,m trying to configure WSS 3.0 to use my local smtp server on IIS.
When I'm testing smtp server using telnet it returns message that w-mail is queued to send but e-mail are supplied to their destination.
SPUtilit send mail dosen't work for me. I…

truthseeker
- 2,214
- 6
- 30
- 53
0
votes
1 answer
How to get main site url inside webpart?
I need to get main site url from inside my custom webpart. Is there any programming way to do it?

truthseeker
- 2,214
- 6
- 30
- 53
0
votes
1 answer
SharePoint extensions for VS - which version have I got?
I'm using Visual Studio 2008, and have downloaded VSeWSS.exe 1.2, to enable Web Part development. I am new to SP development, and am already bewildered by the number of different versions of SP, and the VS add-ons. This particular problem has come…

Stephen Hosking
- 1,405
- 16
- 34
0
votes
2 answers
SPItemEventReceiver Context SiteId/WebUrl Incorrect
I have created a SharePoint Event Receiver, that fires on Item Update.
The receiver needs access AfterProperties and ListItem.
When firing the event receiver from a SharePoint web application using an IP address (http://10.0.4.50/sites/), it throws…

Elijah Glover
- 1,968
- 2
- 14
- 21
0
votes
2 answers
Sharepoint 2007 - Button OnClick event not firing
Whilst writing a custom webpart for use in Sharepoint 2007 / WSS 3.0 I've come across a strange problem - when a button on my webpart is clicked, the event handlers are not firing.
Following the advise MSDN, Inside Sharepoint Services 3.0 and of…

Ryan Barrett
- 1,007
- 10
- 14
0
votes
2 answers
Allow visitors to update certain List programmatically in wss 3.0
I need to allow visitors of the share point portal to update a list programmatically, but don't know how to do it.
Give a hint, please.
Thank you!

RollingStone
- 180
- 1
- 12
0
votes
2 answers
Hide WSS 3.0 Webpart Using JavaScript
I am using WSS 3.0 in my application. I am displaying a List as a DataView Webpart. My objective here is to make this webpart visible to a selected group of individuals. As there is no option for Target Audience in WSS 3.0, I went to edit…

Jzf
- 90
- 2
- 9
0
votes
1 answer
Specific view field display names
I've got to create a standard view but I want to display column names different than originals. For example, this view will include the "ID" field, but I need to show its column header like "Order number".
As far as I know Sharepoint doesn't let you…

THRaKaTTaK
- 45
- 5
0
votes
2 answers
SharePoint 2013 upgraded from WSS3.0 with SQL Membership Provider - account format is different and fails
I've been searching for a few hours for information about issues with FBA after upgrading SP with no success. We are upgrading WSS 3.0 to SharePoint 2013 on a new box. The content upgrade seems to have gone fine and the Windows authentication…

Jon R. Helms
- 52
- 2
- 8
0
votes
1 answer
Any use to grab a SPListItem by multiple means in an event receiver?
I am working on supporting code in a custom event receiver developed about 6 years ago... There was no source code, so we had to reflect the production assembly, and are working on cleaning it up before working.
In the code, I came across this, and…

tostringtheory
- 877
- 8
- 19
0
votes
2 answers
Link data in custom SQL db with document library
Environment:
I have a windows network shared desktop application written in C# that leans against an MSSQL database. Windows sharepoint services 3.0 is installed (default installation, single processor, default sql express content database and so…

dr.lijenjin
- 317
- 5
- 16
0
votes
2 answers
Is there some way in SharePoint to change document library views on a per-user basis?
We are using WSS 3.0 and I was asked to see if users can set default views on a per-user basis. Is anyone aware of any method (programatic or through the GUI itself) to give users the ability to change default views on a per-user basis? The 30…

Brian
- 8,147
- 8
- 34
- 29
0
votes
2 answers
I'm doing an ajax call to Lists.asmx and I'm not getting anything back
I have a sharepoint list and I'm using Lists.asmx to bring the info using ajax, but there is nothing coming back from the server.... what am I doing wrong?
This is my code:
var Currentlocurl;
$(document).ready(function() {
…

Ana Franco
- 1,611
- 3
- 24
- 43
0
votes
2 answers
How can I customize SharePoint list column aggregation (total) calculations?
I have a SharePoint list column of type 'Single line of text'. Out of the box SharePoint only provides the ability to display a 'Count' total for this column type. I would like to be able to perform a custom aggregation on the data (specifically to…

Matthew Murdoch
- 30,874
- 30
- 96
- 127