sharepoint2010

Ordering Documents within a Document Library in Sharepoint 2010

I need to extend the default view to allow users to select either an up button or down button to either increment / decrement the documentorderID property attached to the document within the library. I can create a new view using the sharepoint designer and add either a button or link within the document orderID column and attach this t...

How do I deploy an Asp.net web application to a Sharepoint 2010 site using WSP

Suppose I created a custom web application that consists of: several assembly DLLs: web app, business logic, data services multiple aspx pages and ascx custom controls that use them custom configuration section custom HTTP module More or less the usual stuff. I would like to deploy it to a particular sharepoint site under a certain ...

Hosting many public facing sites single farm sharepoint-Architecture

I am planning to host different public facing websites on a single farm in SPS 2010.But I want the architecture to be like that when one site goes down or we are doing any maintenance on one site it should not affect other sites in SharePoint..I would like to any suggestion on how should be the architecture for it...any good links where ...

What is a good reference book on how to create custom claims in sharepoint2010 using Visual Studio2010

I have a claims based sharepoint2010 application. It is configured using LDAP role and membership provider and both windows and form logins are working perfectly. Is there a good reference book on how to create custom claims and add to the claims collection? I have followed Steve’s blog on how to write custom claims. I followed every st...

How to Replace or Remove HTML Editor styles in the Sharepoint 2010 Ribbon

I want to replace the HTML Editor styles in the HTML Style dropdown on the editor ribbon with styles of my own creation. According to this MSDN article http://msdn.microsoft.com/en-gb/library/ms551040.aspx as soon as I start putting classes that begin with the pattern ms-rteCustom-XXXX(XXXX being a custom name) into CSS that's loaded in ...

Sharepoint create new web programmitically Exceptions

I custmized a sharepoint site and take a template of it, before that I made a webpart that can create a new site of that template. Before custmize the site it was working and after that it give the following exception Invalid URI: The URI scheme is not valid Can anyone help me Plz? ...

How to know Powerpoint broadcasting links from the Sharepoint server?

We have Sharepoint 2010 Foundation server with Office Web Apps installed. We use it to broadcast PowerPoint presentation over a local network. Is there any way to retrieve url links for active PPT presentations from the SharePoint server? ...

Problem integrating Yale CAS with SharePoint 2010

I downloaded the sample ASP.NET login page from here: https://wiki.jasig.org/display/CASC/ASP.NET+Forms+Authentication And got CAS working with a proof-of-concept ASP.NET site very quickly. Now that I am trying to use this login page with SharePoint 2010, I am having a hard time. After the redirect line: FormsAuthentication.RedirectF...

How to set lookup field in document library?(sharepoint 2010)

I have a document library named DropOffLibrary. Also I have a lookup column ElDocsBatch in this library. So I need to set a specific value SPFieldLookupValue newValue = new SPFieldLookupValue(11,"Account"); for this lookup field. ...

whether visual studio 2008 extensions available for sharepoint 2010?

In visual studio 2008 is have any plugines or extensions (executable file) for the sharepoint 2010 ...

I need to list out the Custom list and library from SharePoint Site?

I need to list out the Custom list and library from SharePoint Site? How to identify the content is comes under the custom created? ...

Seeing the actual error behind 'An unexpected error has occurred' in Sharepoint 2010

In MOSS 2007, we could update the tag's callstack attribute to true and then customerrors mode to "Off" to see the actual error behind the 'An unexpected error has occurred' message. Does it apply on SharePoint 2010 as well ? I tried it but I get the following error: Runtime Error Description: An application error occurred on the serv...

Can an external list have event receivers

SharePoint 2010 supports external content types and external lists. I was wondering if it's possible to attach an event receiver to an external list or an external content type. If event receivers are not possible, a workflow would also fit the needs. Here's what I want to do: I have an external content type 'Product' that is linked ...

External content types: reverse associations

Imagine this DB structure: Products: Id Name CategoryId Categories: Id Name I can create two external content types for these tables. When these are created, I can start defining the associations. Adding a forward association is easy. This is the type of association that returns all products when a specific category is selected....

Custom fields can't be displayed in Gantt view's left pane (SharePoint 2010)

I created a custom field type that inherits from SPFieldNumber. Then I created a column of this type in a list and created a Gantt View. The problem is that the column doesn't show in the Gantt view's left pane. Any help on this issue would be much appreciated. Thanks! ...

SharePoint CreateWebPage.aspx is different for SharePoint 2010 and MOSS 2007

I am trying to upgrade a site from MOSS 2007 to SP 2010, but there is a document library which uses the CreateWebPage.aspx to create the pages in MOSS 2007. However, when I try to add an item to the library in 2010 version, I get a NullReferenceException, I opened the code of CreateWebPage.aspx in _layouts folder on the 2007 machine and ...

How to make SharePoint 2010 Page compatible in IE 6.0?

How to make SharePoint 2010 Page compatible in IE 6.0? Has anyone worked on similar requirement??? Basically what all things to take care? e.g. Ribbon control If any one has any reference links/documents, please suggest. Regards, Ketan ...

Upload large file to Sharepoint with Silverlight

Hello, I am trying to upload a photo to a sharepoint library. If I use a relatively small file (370KB) then it works without any problems. But if I try to upload a file that is about 3MB large then I get the error: "Der Remoteserver hat einen Fehler zurückgegeben: NotFound." translated: "The remote server returned an error: NotFound." I...

sql reports using pps sharepoint 2010 access denied error

Hi I created a sql server report using performance point services. In the dashboard designer I’m able to see the preview of the report. But when opening the same report in SharePoint site-> Performance point content-> display report I’m getting access denied error . • The permissions granted to user / are insufficient for performing t...

Creating Sites and WebParts - SP2010

Hi, We are working on a SharePoint Site where we have created lot of webparts. Now so far we have been creating SitePages for these webparts manually and adding webparts to those. It takes lot of time in any environment and its difficult to move from environment to environment. What is the ideal way of doing it? How can we automate sit...