Questions tagged [wss-3.0]

Windows SharePoint Services version 3.0

264 questions
1
vote
1 answer

How to get current user using WSS 3.0 & Membership provider inside ItemDeleting event receiver method?

I need to get current user name in my Wss 3.0 application. What is more I would like to do this inside ItemDeleting method which is inside event receiver for SPList. I've tried SPContext and HttpContext objects but they doesn't work. I have to add…
truthseeker
  • 2,214
  • 6
  • 30
  • 53
1
vote
3 answers

WSS 3.0 as Application platform

This is an architectural question. We are in the process of building a document management site with basic workflow which needs to be external facing.The external facing application needs to be branded and should have the capability to upload and…
user370844
  • 51
  • 1
  • 5
1
vote
0 answers

Not allowing user to delete a list in Sharepoint 2007

I have a list with multiple items. I don't want the user to delete the list when there are items with running workflows. I'm trying to avoid orphaned workflows and get more control over what the user is allowed to do with data in lists. I've already…
armannvg
  • 1,736
  • 1
  • 15
  • 29
1
vote
2 answers

SharePoint deployment, ghosted file returns 404

After deploying an upgrade to a particular feature which contains ghostable page template, the page starts returning a 404 response. In the SharePoint log, I get the following Cannot get ghost document:…
oglester
  • 6,605
  • 8
  • 43
  • 63
1
vote
2 answers

WSS 3.0 Feature- Check if User is Farm admin

I am developing a sharepoint feature that should allow only Farm admin to delete a sitecollection. In SiteDeleting event, i need to chech if the user deleting is farmadmin. How should i do that? I got a property to check if user is…
Bala
  • 13
  • 2
1
vote
1 answer

Problem adding a dynamic field to a SPList in sharepoint

We have the following code in a webpart: using (SPSite site = new SPSite("http://localhost/")) { using (SPWeb web = site.OpenWeb()) { SPList list = web.SiteUserInfoList; if (!list.Fields.ContainsField("Office")) { …
Rahatur
  • 3,147
  • 3
  • 33
  • 49
1
vote
1 answer

How can I force my SharePoint AjaxSmartPart to use the smaller "Release" mode javascript?

I use ReturnOfSmartPart on WSS3 to display a ASCX in Sharepoint as a web part. This works beautifully. The only problem is that the AjaxSmartPart seems to be using the Debug mode javascript (the scripts are close to 1MB!) How can I ensure that the…
willem
  • 25,977
  • 22
  • 75
  • 115
1
vote
1 answer

Dynamic SharePoint 2007 WebPart Connections

I'm prototyping the best way to dynamically connect web parts at runtime. Essentailly, the application will allow for several disparate application groups to create web parts that will be consumed within the SharePoint front end. All of the web…
etc
  • 622
  • 4
  • 10
1
vote
2 answers

WSS 3.0: Email notification/alert on download

Is there a way in WSS 3.0 to send an email notification when a list attachment is downloaded or when a document in a document library is downloaded?
Luke Hutton
  • 10,612
  • 6
  • 33
  • 58
1
vote
1 answer

SharePoint / WSS3.0 : Creating static webpart connections at runtime

I've created several master / detail webparts that need to be connected. We have a requirement the the webparts self discover and connect to other connectable webparts on the page. I've acheived this in a standard ASP.NET page with the following…
etc
  • 622
  • 4
  • 10
1
vote
1 answer

Customizing the welcome email in SharePoint

I can customize the footer of the welcome email coming from SharePoint when a user is added to a site by editing the data name="ServerEmailFooter" element in core.en-US.resx. The question is, can I get anything dynamic in there, like the email of…
Eugene Katz
  • 5,208
  • 7
  • 40
  • 49
1
vote
3 answers

Web part error on Team Foundation Server Project Portal Sharepoint site

I recently installed TFS 2010 with the included sharepoint services on a single server. I am getting the following error multiple times on the project dashboard web page on the TFS2010 project protal after creating a brand new project in the default…
Bolt
  • 11
  • 1
  • 2
1
vote
1 answer

Sharepoint Announcements List

Is it possible to create a announcements list so that when there is no announcements, it will display a "default" announcement ?
1
vote
0 answers

Feature Activation Error(Cannot Add Dll to GAC)

we have created a feature ,which have got 2 application pages. one is to activate the user control and the other one is for database configuration,for the database configuration the user have to give the .mdf and .ldf files to restore the database.…
Saad
  • 1,312
  • 5
  • 17
  • 40
1
vote
1 answer

Multilingual sharepoint Site Creation - The Site definition I have developed does not appear to create site

I am new to Sharepoint. Currently I am using VS 2005, WSS 3.0 for creating a site definition. My requirement is to create a site definition with master pages, web parts, etc... I have created a site definition in VS 2005 using team site definition…
Vasudev S
  • 11
  • 3