I came across a scenario where my client wants SharePoint extranet site contents look and feel consistent. The site have many sub sites and which lot of publishing pages, editors can create pages, add content editor web part and add contents.
The request routed to me about deleting some custom styl...
[More]
I got this error in ULS log file while using one SharePoint application which was developed by third party. I have checked the code and it was disposing the SP objects correctly.
The site was running really slow, and it takes about 40 seconds to load the home page.
Site structure:
Our application...
[More]
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 the settings so that ...
[More]
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 guys.
The code below was used to get the default page ...
[More]
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 data.
Use Case: The list throttling s...
[More]
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 time consuming to go to each one site settings and find the...
[More]
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 well as external lists created with the BCS, I have create a simple list for chart data, but keep i...
[More]
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 PerformanceP...
[More]
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 s...
[More]
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 altogether from master page and set...
[More]