Questions tagged [sharepoint-2007]

SharePoint 2007 is a Server Product from Microsoft. It is an Application Development Framework that helps you create web applications in no time. It combines collaboration and web publishing, providing a wide palette of functionality (Content Management, Search, wiki, blog etc.) all under its stack.

For SharePoint-specific questions, please see the SharePoint Stack Exchange site.


SharePoint 2007 is a Server Product from Microsoft. It is an Application Development Framework that helps you create web applications in no time. It is used for collaboration, web publishing and file sharing as well as providing a wide palette of functionality: content management, search, wiki, blogs, etc.

Questions that suit this tag:

  1. Those related to the functionality of SharePoint.
  2. Specific help with code or debugging.
  3. Advice on best practices.

SharePoint 2007 is also known by the following names:

  1. MOSS – Stands for Microsoft Office SharePoint Server
  2. SharePoint – with the release of SharePoint 2010 this name has become ambiguous.

Frequently Asked Questions related to this Tag:

  1. Getting Started

Important Links that will help you:

  1. Trial Download
  2. Latest Service Pack SP2.
  3. Product site
  4. Product Team Blog
  5. Books you should read
3016 questions
1
vote
0 answers

How to use querystring parameters in the databind section of ASP textbox in SPD 2007?

I'm currently trying to find a way to dynamically set a field in a "New Item" DataFormWebPart SPD 2007 ASPX page which writes to an XML file, via a querystring passed to the page. Ideally, it would work something like this: Page would be opened like…
easleyj
  • 23
  • 4
1
vote
1 answer

How to restrict SharePoint 2007 from resolving the disabled AD users?

I have been working on Selective Content Migration using "SharePoint Content Deployment Wizard" from CodePlex for a particular SPList. The migrated data is displayed in a Custom List in SP2007, in which 2 fields Preparers & Approvers (columns) are…
Sriram B
  • 651
  • 2
  • 8
  • 20
1
vote
2 answers

Extending SharePoint Breadcrumbs across multiple site collections

I’ve been trying to find a way to extend SharePoint breadcrumbs across multiple site collections, and I’ve been unable to find a way. I can set the portal site connection setting on the site collection to link to its parent site collection. But,…
ICodeForCoffee
  • 3,187
  • 2
  • 30
  • 40
1
vote
1 answer

Order documents by most popular in sharepoint content query webpart

I'd like to order a set of webpages showing inside a content query webpart by 'most viewed' I know sharepoint keeps track of such things but I don't know how to expose this list to the content query web part - can anyone point me in the right…
toomanyairmiles
  • 6,465
  • 8
  • 43
  • 71
1
vote
2 answers

Sharepoint Code Generation Tool

our team is looking to use a code generation tool for the current sharepoint application we are working on. We want to be able to generate most of the stored procedures and business entities instead of having to write them from scratch. Any…
Bekh
  • 219
  • 3
  • 5
1
vote
1 answer

Getting a list of documents in specific directory on a MOSS Server using C#

Me and my partner have to develop a system to upload and manage files on a Sharepoint Server. To do this we have to create an application that can accsess a specific directory/file library on the Server (where the documents will be stored) to do…
0
votes
1 answer

Client side console application to get all site collections inside a particular SharePoint 2007 web application

I need to create a console application to get all the site collections and subsites in a specific SharePoint 2007 web application. This application will run on client machine instead of SharePoint server. I am not sure whether we can use object…
0
votes
3 answers

Populating Drop down on the basis of User Group

I am developing the SharePoint Portal in 2010 where i will be using a Dropdown with values in it. These Values will depend on the group to which the user belongs. For Eg. If Drop Values are A, B , C, D, E and there is a Group XYZ If User A logs in…
Kishan
  • 117
  • 1
  • 3
  • 16
0
votes
2 answers

What ways are available to develop application for Sharepoint?

I'm just learning how to develop an application for Sharepoint. As far as I can see there are three types of integration into Sharepoint possible: Sandboxed Solution (limited resource access but easy to install etc) Farm Solution (installation only…
Marc
  • 6,749
  • 9
  • 47
  • 78
0
votes
2 answers

How To set Default Button for ENTER key

We are using Sharepoint 2007 In which on master page we have Asp Image button. We want to set this image button as default button for enter key press. We tried some ways but not getting success.
Rushikesh
  • 529
  • 4
  • 18
  • 43
0
votes
3 answers

How to List MasterPage Under Look and Feel MasterPage section in Sharepoint

I have created a mastepage like SiteMaster.master. But i can not see it under Look Feel --> MasterPage section. So what should i do?
TayfunSezer
  • 89
  • 2
  • 11
0
votes
0 answers

Error while uploading and edit properties of Document in DL in Sharepoint 2007

I receive an Error Stating An unexpected error has occurred whenevr I try to Upload a Single Document or Edit Properties of the Document. I have used Custom Master Page on this site.
Ankita Sen
  • 434
  • 5
  • 11
0
votes
1 answer

Infopath - Populating textbox from a SharePoint list datasource but newlines are stripping out

As the title indicates I'm populating an Infopath textbox control using a SharePoint list as a datasource. Unfortunately although there are carriage returns in the text in the SharePoint list it's stripped out of the textbox for no conceivable…
Michael A
  • 9,480
  • 22
  • 70
  • 114
0
votes
1 answer

sharepoint xslt customization documentation

I am looking to customize sharepoint xslt for xslt list view webpart/data form web part. Can someone point me to the resources/documentation to start with and also for advanced customization. I have fair knowledge in xslt. I am trying to render html…
Firknl
  • 23
  • 1
  • 3
0
votes
1 answer

Sharepoint 2007 Count Modifications View

Is it possible to create a list view that contains a column for how many times a document has been modified? I would also like a "Total Modifications" value that sums the modifications from that column. I am new to sharepoint. If this is possible,…