Top "Moss" questions

Microsoft Office SharePoint Server (previously known as Microsoft Office SharePoint Server, or MOSS) is a member of Microsoft's SharePoint server product family.

Auto number column in SharePoint list

In a SharePoint list I want an auto number column that as I add to the list gets incremented. How …

sharepoint moss
Where is the default log location for SharePoint/MOSS?

I found the answer after digging and thought I'd store it here. C:\Program Files\Common Files\Microsoft Shared\web …

sharepoint moss
How can I include value of sharepoint's version column in a word document?

I'm trying to work out a way to display the contents of the version column from SharePoint (i.e. the …

sharepoint moss ms-word
SharePoint interview questions

Let's have a list of some good interview questions for SharePoint developers. Please provide one question per entry, and if …

sharepoint moss wss
Can I copy files to a Network Place from a script or the command line?

Is it possible, in Windows XP, to copy files to a Network Place from the command line, a batch file …

powershell scripting command-line moss wss
Accidentally deleted a webpart, how can I get it back

I have deleted "New comment" webpart on the Blog Post detailed Page on the my SharePoint blog site, I am …

sharepoint sharepoint-2007 moss
How to get SPUser Object using user id (domain_name\userid)

I have the login ID of that user. But in the code I want to convert that login name into …

sharepoint moss wss
get users by group in sharepoint

can anyone show me how to get the users within a certain group using sharepoint? so i have a list …

c# sharepoint moss console wss
SharePoint error: "Cannot import Web Part"

I have a web part that I've developed, and if I manually install the web part it is fine. However …

c# sharepoint moss web-parts project-server
SharePoint: How to add an attachment to a list item programatically?

I have the following code: SPList list = web.Lists[this.ListName]; SPListItem item = list.Items.Add(); now what I want …

c# sharepoint moss