Monthly Archives: October 2012

29 SharePoint 2010 Visual How Tos

1. Accessing SharePoint 2010 Data with the .NET Client Object Model 2. Accessing SharePoint 2010 Data with the Silverlight Client Object Model 3. Accessing SharePoint 2010 List Data by Using LINQ to SharePoint 4. Accessing SharePoint 2010 Lists by Using … Continue reading

Posted in Uncategorized | Leave a comment

The base type ‘Microsoft.Office.Server.Search.Internal.UI.SearchAdministration’ is not allowed for this page.

Issue:- When I tried to open my Search administration Service application. I got the error message “The base ‘Microsoft.Office.Search.Internal.UI.SearchAdministration’ is not allowed for this age. The Type is not registered as safe.   Solution :- 1) Go to Central Administration … Continue reading

Posted in Uncategorized | 3 Comments

Chirpy : A Awesome visual studio Add-In

  Chirpy is used to minify the js and css file.

Posted in Uncategorized | 1 Comment

MOSS 2007 : Build numbers

SharePoint 2007 Version/Release Microsoft Support KB Reference Version Number from Central Admin MOSS 2007 or WSS 3.0 April 2010 Cumulative Update KB981042/KB981043 12.0.0.6535 MOSS 2007 or WSS 3.0 February 2010 Cumulative Update KB978395/KB978396 12.0.0.6529 MOSS 2007 or WSS 3.0 December … Continue reading

Posted in MOSS 2007 | Tagged , | Leave a comment

Sharepoint 2013/Office 15: New Apps Feature

SharePoint 2013 is coming with a new exciting feature. Apps –> Manage App CataLog Apps –> Manage App License Apps Website :  

Posted in Office 15, SharePoint 2013 | Leave a comment

How to update the web part properties at the runtime in SharePoint 2010?

1) SharePoint 2010 page have the SPLimitedWEbPartManager which manages the web part instances in particular page. 2) You have get the instance of the SPLimitedWebpart manager from a page and traverse all the web part. 3) Find the web part, … Continue reading

Posted in Uncategorized | Tagged , | 5 Comments

How to provision a script inside a SharePoint Page?

1) Go to Visual Studio 2010 solution. Click on the Add a new Item. 2) Select the Module from the SharePoint-2010 Items. 3) Open the Elements.xml file. Add a Custom action. <CustomAction Location=”ScriptLink”                    ScriptBlock=”function  CloseCallback(dialogResult, returnValue) { SP.UI.ModalDialog.RefreshPage(SP.UI.DialogResult.OK); }”                   … Continue reading

Posted in Sharepoint 2010 | Leave a comment