0
votes
0answers
2 views
Another problem with workflow
private void createTask1_MethodInvoking(object sender, EventArgs e)
{
createTask1.TaskId = Guid.NewGuid();
approvalTask_TaskProperties = new SPWorkf …
1
vote
0answers
17 views
Enhanced SharePoint discussion forum/Q&A
A client is considering SharePoint 2010 as an information platform on their local intranet (not connected to the internet). One of the main focus points is an advanced discussion f …
1
vote
1answer
33 views
Changing Discussion Folder Names in SharePoint 2010
Is there a way to change the name of a folder within the discussion area of SharePoint 2010? The folder by default is given the name of the discsussion name when it is created, how …
2
votes
1answer
7 views
How can I mark two responses as answers?
It seems that every time I mark one as answer it toggles off the other.
0
votes
2answers
69 views
Cannot set the Query Text Box width on a Search Box web part
Does anyone else have this problem and know of a work around?
On a WebPart page, add a Search Box WebPart.
Edit the properties of the WebPart and change the Query text box width ( …
1
vote
1answer
41 views
Quick Reference Guide for Site Settings?
Is there a "quick reference" guide or "cheat sheet" type document for each of the available options within the "Site Settings" page in Sharepoint 2007 ?
The settings page that I'm …
0
votes
2answers
22 views
Unit Testing / Performance Testing approaches for SharePoint Projects
Hi,
Its sort of an open ended question but can anybody share the experiences, approaches, tools and infrastructure to implement following in their SharePoint Projects:
Unit Tes …
0
votes
2answers
45 views
Workflow Predictably but Bizarrely ending in “Stopped” status
Hi SPOverflow,
Using WSS 3.0 running on SBS2008. I have an Infopath form library, to which I have used SharePoint Designer 2007 to attach a custom workflow. It's a pretty normal w …
0
votes
1answer
176 views
Access denied when adding web application features programmatically.
My goal is to programmatically activate a Web Application scoped feature. I'm running this code from a feature receiver of a Web scoped feature. I'm logged in as a Farm Administrat …
0
votes
1answer
16 views
SharePoint Foundation 2010 in a multiple forest environments of Active Directory Domain Services?
Hi All,
Can i set up a SPF 2010 to use 2 active directory domain? If yes how to?
Regarding user and groups will it populate users from both ADs?
Will i be able to select users …
1
vote
1answer
11 views
ItemAdded Not Working
I’m trying to override the ItemAdded event handler for a Sharepoint 2007 document library. For some reason, it appears that the ItemAdded event is not firing. I can override the It …
1
vote
1answer
103 views
Custom New Web Part Page Template when creating page.
I want to give the user the ability to create web part pages, from a template, where the the left column is a web part, lets call it LEFTNAVPART, and the header is another web part …
0
votes
0answers
3 views
Why does my Dropdown menu not dropdown when I add Javascript for a scrolling text box?
I added Javascript to a Content Editor Web Part and the menu now does not dropdown.
My Javascript adds a scrolling text box and here is the code:
<script language="JavaScript1 …
0
votes
1answer
5 views
Search Control is not seen on the search results page
In my custom master page I added a search control
<div id="search-ctrl" class="s4-notdlg">
<asp:ContentPlaceHolder id="PlaceHolderSearchArea" runat="server"&g …
2
votes
4answers
51 views
Remove Ability for Users to Delete a Site and site backup before site get deleted by Admin users
How can I achieve the following scenario:
General users are unable to delete sites.
Site/Site Collection backup needs to be taken before it's deleted by admin users anywhere …