SharePoint 2010 WSRP Viewer WebPart Configuration 19 January 2012 In SharePoint only a user can connect a WSRP viewer web part to a trusted producer. Any producer that has been configured for use in the farm by the SharePoint administrator is known as trusted producer. End users are restricted to add trusted producers and cannot override […]
Get SharePoint 2010 Publishing Site Page Layout Programmatically 12 January 2012 I have come across a business requirement, while implementing this I need to get publishing site page layout on sharepoint 2010 using server object model. After a little research I managed to do this, I think it is worth to share code with you […]
SharePoint 2010 List Throttling Feature Explained 12 January 2012 The List Throttling is a brand new concept in sharepoint 2010. The concept of this functionality is to set the limit on the row of data can be retrieved from a SharePoint List at on time. This concept is same for Sharepoint document library for retrieving […]
How to get list of all site owners in SharePoint web application 20 December 2011 We are implementing governance in place for our SharePoint environment, during the analysis we need to find out who is the site owner for each site in our SharePoint web applications, we have about 500 sites and it will be […]
How to display list data in SharePoint 2010 chart web part 17 December 2011 In this exercise I will show you how to use the Chart Web Part to provide a simple way to provide charts on a Web Part page so that users can visualize data in native lists within a SharePoint site as […]
How to configure PerformancePoint service in sharepoint 2010 16 December 2012 Today I will show you how to configure PerformancePoint service in SharePoint 2010. The PerformancePoint service is integrated in sharepoint 2010 environment. The PerformancePoint service is sharepoint 2010 enterprise feature, as long as you have enterprise feature switched on the PerformancePoint service will be […]
Customize the sharepoint 2010 site top menu 15 December 2011 How to hide SharePoint 2010 root node from menu, how to change TopNavigationDataSource setting on master page. To do this you need to do some changes in your site master page. Open you site master page in SharePoint designer Need to delete delegate wrapper code […]
Add all authenticated users to sharepoint security group programmatically 15 December 2011 One of the projects I came across a scenario where I need to pre populate custom security groups with “All authenticated Users”. I have wrote a code and run it as a part of the feature receiver. If you have a security group […]
SharePoint 2010 chart using external data (BCS) 30 November 2011 I want to share sharepoint 2010 OOTB feature which impressed me a lot. You can create chart in SharePoint 2010 based on external data without any custom code or using enterprise features like excel services. So what you waiting for, follow these simple steps to […]
How to block sandbox solution on SharePoint 2010 farm 30 November 2011 In sharepoint 2010 we can upload and activate sandbox solutions. Although the sandbox solutions can slow down the page system pages execution of cause an error on page. The administrator has the ability to block the sandbox solution for a particular SharePoint 2010 […]