sharepoint

Migrating WIKI from one WSS site to another

I need to migrate a WIKI site from one site collection in Server A to another site collection in Server B. Both are running WSS 3.0 How would I do it if I'd like to migrate the pages, links, documents in libraries and the history? ...

How can I effectively group a whole bunch of Sharepoint lists?

Hello, I'm still learning Sharepoint and all of its various concepts, so apologies in advance for my ignorance. Here's what's going on - my company is moving a whole bunch of forms from another application into Sharepoint as InfoPath forms. Each InfoPath form is a Sharepoint list. So, we've got something like 300 different lists re...

Sharepoint view customization

I'd like to complete redo the annoucements, and i'm having issues getting the CAML to do what i want. I want to grab each Field( i assume this is what i want to grab) and style them. Say i want the Title to be in bold red and the body in green How would I accomplish this using CAML? I am customizing the View Style, adding my own. ...

SharePoint List - Copy SPListItem ID

I have a solution that copies all the content of SharePoint lists to a file, and then copies the content of the file back onto SharePoint (used for backups and stage / live environment switches). Now I can copy all the fields I need except for one : ID I understand that it is a read only field, but some other read only fields can be up...

Something like sharepoint but built in ruby on rails?

Are there any gems, plugins, frameworks etc that give sharepoint like functionality (list and file management & versioning) but are based on ruby on rails? ...

Content Editor webpart is causing issues with post back to a checked out page

I am using Content Editor webparts (ootb) on a MOSS page. When the author's need to change content, they check out the page to get access to the web part editing menus, and then open the ootb rich text editor. However once they make their changes and click ok, the page tries to refresh. At which point SharePoint steps in and warns the us...

Visual WebPart vs. WebControl SharePoint 2010

I want to make a drop down control, an HTML select/dropdown box with two specific values. I want to package it so that I can deploy it to any SharePoint 2010 server I want, for its generic. At this point, I am confused if this should be a Visual WebPart, or a Web Control (does this exist in SharePoint 2010, Web Controls?). I would like t...

Problem with custom MembershipProvider in SharePoint 2010

I'm having a problem getting a custom membership provider to work in SharePoint. The login page is displayed, but when I enter any credentials - right or wrong - I get the following error: The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) (C:\Program Files\Common Files\Microsoft Shared\Web Server E...

Maintaining formatting of multiline text when retrieved via Sharepoint web service

I'm writing a C# app that retrieves data from a SharePoint list via a web service proxy object (created with wsdl.exe). Several of the fields within the lists are multilined plain text. When these fields are displayed using the standard SharePoint web portal the text is formatted correctly (has newlines) but when I get this data using th...

Sharepoint - display bug in javascript edited newform.aspx ( wss 3.0 )

hi there o/ I took the generated newform.aspx file that has a select-field with 3 options. I now added some js/jquery code to display different fields for options 1/2/3 by taking the internal field name of the select-field and looking up what option is selected and change the displayed fields. That worked perfect for a while for intra...

Programmatically Set the Title of a SharePoint Page?

Hi, I need to set the page title (Page Title) of a SharePoint page in code. I have already tested this.Page.Title = "My Page Title"; But this does not change the title when the page loads. Can anyone offer any advise on how to do this? Thanks, MagicAndi ...

How to set default value for a column of content type in Sharepoint

i create a content type using feature as below <Elements xmlns="http://schemas.microsoft.com/sharepoint/"&gt; <Field ID ="{4C939423-2090-413d-B241-724D9B66F74B}" Name="VersionNumer" DisplayName="Version Number" Type="Text" Required="TRUE" Group="CT" > <Default>0</Default> </Field> ...

No hope for entry-level sharepoint developers?

Before you say this topic belongs to careeroverflow.com, I've tried searching keyword: sharepoint there and only 2 results came up with that tag! So I've decided to go ahead and ask the question here. I've been going through monster.com for sharepoint developer jobs. Salary seems to be high. I guess that's good. But have you seen the ex...

How to get a value out of an Excel workbook stored in a SharePoint document library?

I have some data that's currently stored in an Excel workbook. It makes sense for the data to be in Excel (in that it's easy to manage, easy to extend, do calcs, etc.) but some of the data there is required by an automated process, so from that point of view it would be more convenient if it were in a database. To give the information m...

How can I specify a custom gallery Group when creating WSS 2.0 web parts?

I've created a custom Sharepoint 2007 web part with WSS 2.0 (using the Microsoft.Sharepoint WebPart class and a DWP file). I deploy it using a CAB file and the stsadm 'addwppack' command, and it gets added to the server gallery under the "miscellaneous" group. How can I make the web part install to a custom group, such as "Company Web P...

How to Traverse SharePoint Wiki to Print Hierarchical Pages into One PDF or to a Printer?

I am not a Sharepoint programmer, I'll admit up front. But I'm a user, and I know if I find a solution online it'll be a lot faster than waiting for my I/S team to find it.... I am building a wiki with a main page and one level deep of subsidiary pages. (I don't want to debate if it should be a wiki or not... I'm looking for shared acce...

Is there a way to always get the "File Download" prompt when clicking on a document within a document library?

Hi there, Is there a way to always get the download prompt, "Do you want to open or save this file?" dialog in IE when you click on a link to a document (for all file types) in a document library? PDFs and image types, etc. open in the browser, while some activate the open/save dialog. I believe it's all just on the client for the def...

Issues using external authentication with SharePoint 2010

We are using the “CAS” Single Sign-On system that was developed by Jasig. And trying to authenticate users against it for a SharePoint 2010 site. The main issue is that we are validating the user’s username and password on an external site that sends a “ticket” back to our SP2010 site via query string. Our app then revalidates this ti...

Sharepoint 2010 development on Windows XP 32-bit?

Possible or not? I know Sharepoint 2010 Server won't even run on a client side of Vista/Windows 7 64-bit, forget about Windows XP 32-bit. But if I can install and use Visual Studio 2010 on Windows XP just fine, shouldn't Sharepoint development tools also work on Windows XP 32-bit? The thing is I have a very old laptop (from 2005) that...

SharePoint Application Page - File not found exception

Hello All, I am developing a webpart in Visual Studio 2005 for SharePoint using a wspbuilder project template. I deploy my pages,images,css and javascript files using WSPBuilder. Sometimes, I come across 'File not found' exception when I make a deploy using wspbuilder. After some series of repetitive deploys, the page would work fine...