Does anyone know if it possible for SharePoint to populate a list of stubs that exist within a particular SharePoint site. My team is manually going through...
I'm trying to import a spreadsheet into MOSS and keep getting the following error "the specified file is not a valid spreadsheet or contains no data". Any...
Hi All, I created workflow using asp.net forms, when document is rejected the workflow status showing COMPLETED how i need to change the Status of workflow to...
How i can view all tasks in single webpart on [MySite] assigned to me from diff sites like marketing, sales etc. [Non-text portions of this message have been...
I think you can use SetState Activity to do this Regards, Gaurav ... <font face = 'script mt bold" size = '5' color = 'red'>Gaurav Pitroda</font> [Non-text...
Hello, I have a doubt regarding the acces of the sharepoint site. I have created an intranet site for my organisation and its working fine. Now my problem is...
Leave Integrated Windows Authentication on. Add your website to your Local Intranet security zone in Internet Explorer. IE will log the user on automatically...
Have you added the site to your trusted sites under security? Then you would just choose automatic logon with username and password. ... From: Ragha Sudha...
Job Description: I'm looking for a mid-level .NET developer with SharePoint 2007 experience willing to work onsite in Washington, DC near Nationals Park, with...
I'm assuming you have WSS V3. After you enable Anonymous Access in IIS you have to go to: Site Actions, Site Settings, Advanced permissions (under Users and ...
Hi, I have the code as follows: string DocUrl = "http://localhost/NDA/Amendment/A0001.xml"; SPWeb NdaWeb = ""; SPFile NdaFile = NdaWeb.GetFile(DocUrl); Byte[]...
Hello all, I created a workflow using sharepoint designer. I have a task which is a choice drop down. I would like to populate a list column with the outcome...
We need to give permission user to just contribute in list item i.e user just update status of his/her task but prevent to delete task from task list. How we...
In an effort to get people to actually visit our department site, I'd like to be able to have random images from the photo library display on the homepage. ...
Hi, I am using the following statement in my workflow code to convert my byte array (Memory stream) into PDF file attachment but I am getting junk characters...
I have an extrnet site that has a shared document file. I can upload files just fine, view them, etc... But when I try to check one out to make changes, I...
Go to the Site Settings of the root of your Site Collection. Click Advanced Permissions. From the Settings drop down click Permission Levels. Click Add a...
You need to use an Event Handler to trap this action _____ From: sharepoint@yahoogroups.com [mailto:sharepoint@yahoogroups.com] On Behalf Of Majeed Gul Sent:...
Instantiate the SPLIst object that you want to write to and do it. _____ From: sharepoint@yahoogroups.com [mailto:sharepoint@yahoogroups.com] On Behalf Of...
Create custom webpart using asp.net Ad Rotator control  ________________________________ Regards  Zeeshan Khan Corporate Trainer (MCP, MCAD, MCSD, MCTS...
You must have a GUID of that particular task item then you can use Set Workflow Variable Action to get the output of particular field. If you have used Get...