I want to be able to create a top-level Team site. On that site, I want to add sub-sites and below those sites, 1..n sub-sites to hold project level information. On the bottom level sites, it would be very helpful to be able to store custom attributes about each project (Business Areas, Categories, Start/End Dates, etc.). The owners of e...
I'm building a SharePoint webpart that I'm trying to add to the DisplayForm.aspx page of a custom list in SharePoint. This webpart will be using the SharePoint object model to retrieve fields from my list items.
I've accomplished the addition of the webpart by adding an <AllUsersWebPart> block in the <Form> block for the DispForm and I...
I'm working on a project that uses MOSS 2007. We have user profiles set up to sync from AD and see the following behavior.
Take the user Jane Doe and her account MYDOMAIN\JaneDoe
She becomes part of a site collection
Her settings look fine when clicking My Settings or when another user looks at her info by clicking on her under Peop...
I have three web parts.
1) SearchBox Web Part
2) Results Web Part
3) Paging Web Part
SearchBox Web Part has a textBox and button in which user would enter a query. When user enters a query, it get added to the URl as ?query=textBox.text to the current URL.
In the Results Web Part I have taken this query string and passed this query...
Hello everyone,
I am using SharePoint Server 2007 Enterprise with Windows Server 2003 R2 Enterprise. I am developing using VSTS 2008 + C# + .Net 3.5 + IIS 6.0.
I have put a simple aspx page into layout folder (the code is very simple, just redirect to another page, and I write inline script code in asp.net), here is my code, and I met ...
I am trying to upload a document from my local machine using the Copy.asmx webservice, the CopyIntoItems method. I can successfully upload the document and a DateTime property but I cannot update a lookup property of the document library. I am using MOSS 2007 with sp2
The code I am using is shown below:
string[] destinationUrls...
I've created a SharePoint calendar with content types: Available and Unavailable. The "All Day Event",
"Recurrence", and "Workspace" fields are not available in the new content types. I need the All Day Event and Reccurence fields. I am not using the "Event" content type on this calendar.
Should the All Day Event and related colums be...
Does Sharepoint 2007 usage reporting track programmatic access to items in a document library? If not is there a non-intrusive and simple way to enable that functionality.
...
Hi,
I am new to sharepoint. I am using sharepoint 2007. I have a following requirement.
1) Custom list has various fields ... Requestor, Application Name, Reason, etc..
2) When person fill out the form (custom list). It will send a notification to Approvers for review and based on Request action : Approved --> It will send an e-mail n...
One of our product will consist of multiple SharePoint solutions. Now we're wondering what would be the best way to provide an easy deployment to our customers? At the moment we deploy each solution by hand, which is OK during development process but not acceptable for our customers.
For your information, we're using VSeWSS 1.3 for deve...
How to build Indexes in my sharepoint site with out effect of other sites in Central administration
...
Hello,
I want to create many checklist templates and let users fill those in. For example,
Task | done? | Notes
Do Task 1 | yes/no | bal
Do Taks 2 | yes/no | bla
Do task 3 | yes/no | bala
Think about server checklist. It can be performed for different clients by different employees, so I want to have that informatio...
Hello everyone,
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise, and I am using publishing portal template. I am using SharePoint Designer 2007 to design pages. When I open the default.aspx under Pages sub-folder of a site, there are two options -- Edit in Browser and Edit Page Layout. I want to know wha...
How to add new users in sharepoint which tables have to use
what is the procedur for adding new users in sharepoint
thanks
Narasimha
...
Hello,
I have a ListItem, with a custom ContentType that have personalizad Workflows, running in MOSS 07 Enterprise.
I want to duplicate that ListItem into Servers with WSS, that will see that ListItem as readonly.
And I want to use the Microsoft.SharePoint.Deployment, but I'm open to other solutions...
Can i do that?
Thanks in adv...
Hello, I have a project where I many files in the same folder, but want to set permissions by a department number which is a column value of each file.
Can I make a workflow to do this somehow, so when a file is added and the dept# is picked. Sharepoint will lookup that department number and give it the appropriate permissions?
Thank yo...
Hi,
What is the best way to implement a weather web part for 2007 sharepoint. I want the web part to automatically select the correct location based on the users profile settings or maybe IP range.
Or should I make the webparts connectable to another webpart where the user enters the location?
I would appreciate guidance on how to do ...
In my Sharepoint masterpage I have added an <img> to the top of the <body> of the page so that I can use some CSS to set the <img> to fill the screen.
However I want a different image to be displayed depending on the theme in use. I currently use the following inside the masterpage:
<img alt="" id="fullscreen" src="/_layouts/images/B...
in the creation of top level site global template file not applied error occur
Failed to apply global template to site "/", error: 0x80004005
...
Hi,
I have a piece of data, a simple string containing the server name that the SharePoint solution is deployed to, that I retrieve from a configuration store in a helper method in a common DLL used throughout my solution. This helper method is used throughout my custom pages and web parts, to build a number of URLs, etc.
I would li...