Articoli con tag Sharepoint

SharePoint 2007 – Custom Look Field with Ajax

In my current project I have to find some trick for the end user that shows the Sharepoint application as a complete WEB 2.0 application. I have a lookup field and so why not create a lookup field without the classic drop down but with the intellisense. I searched in the net and I found [...]

Tags: , , , ,

UserControl ascx in a webpart: managing Controls

Scenario: I have a a webpart that load a ascx control; the user control contains a grid (in my case a RadGrid) and when i tried in the Page Load of ascx get my grid, I had always a null object. Solution: My error was that in the OnLoad event of my web part I instantiated the user control [...]

Tags: ,

SharePoint 2010 – Some useful link

Yesterday I finally configured my new server with SharePoint 2010. First of all I took a WSP solution created with MOSS 2007 and run the PowerShell Script to install, deploy it and activate all the features. WOW! Everything worked perfectly! After seeing all the changes in the look&feel of Sharepoint 2010,  I need now to [...]

Tags: , ,

Extend WikiPage ContentType with a feature

In Sharepoint 2007 is available the Wiki Page Library template; this is a useful document library to store pages like a wiki; however sometime you need extended this library, for example, adding some new field. To do that I used a feature, deployed with WSPBuilder. In the feature I created the Content Type and programmatically, in the FeatureActivated event I create [...]

Tags: , , ,

Usare un oggetto SPSite pur non essendo SiteCollection Admin

Un problema in cui è facile imbattersi durante lo sviluppo di un’applicazione sharepoint è la possibilità di eseguire operazione – a livello di coding – su Sitecollection, Web o liste. Durante la prima realizzazione di un sito Sharepoint avevo scritto un bel po’ di codice in cui eseguivo recupero di SPWeb, navigazione di List ecc… [...]

Tags: ,

Il ContentDeployment in MOSS 2007

In un’architettura articolata di Farm Sharepoint, l’esigenza di eseguire il ContentDeployment è piuttosto comune. Spostare contenuti da una Site Collection ad un’altra, eseguire una migrazione di contenuti parziali, oppure solo di contenuti approvati. Lo scenario che possiamo immaginare è il seguente: abbiamo un Publishing Site Portal di Sharepoint in cui abbiamo pubblicati una serie di [...]

Tags: , ,