Creating Visual Web Part Properties
Before reading this article I assume you already know how to create your own web parts in Sharepoint and is looking for some ways to create a property for that webpart that you can easily Set and Get...
View ArticleEasily Determining what is the exact Error by using Correlation ID in...
Have you encountered an error that looks like this screenshot below? Well if you develop items in Sharepoint then most probably you had seen that not just once but a lot of times unless you are a...
View ArticleUsing jQuery with Sharepoint 2010
Several days back I was asked a question in this blog relating to using JavaScript in a Sharepoint, it ended up with multiple questions and one was using jQuery in Sharepoint, as usual I searched my...
View ArticleSharepoint List View Threshold Error
You might have encountered the error below in Sharepoint thats why you stumbled upon this site. The attempted operation is prohibited because it exceeds the list view threshold enforced by the...
View ArticleMoving a Sharepoint Sub Site to its own Site Collection in 3 easy steps
Moving a Sharepoint Sub Site to its own Site Collection why should I do that? Well there might be a lot of reasons on doing this but for me its more handing over the Site collection Administration to...
View ArticleHow to create an Editable Sharepoint Datasheet View with Content Approval...
Have you tried creating a Datasheet view in Sharepoint then suddenly found out that you can’t edit it even it says “View data in an editable spreadsheet format that is convenient for bulk editing and...
View ArticleMigrate SharePoint’s SQL Server to another SQL Server (same or new version)
This is a step by step guide on how you migrate your SharePoint’s (I used 2010 version in this instance) SQL Server to an new SQL Server host. In this exercise I tried migrating it in a new version of...
View ArticleLive Migration of SharePoint 2010 to SharePoint 2013
This post will give you a step by step process on how you upgrade your SharePoint 2010 to SharePoint 2013. While this is a live migration I suggest you do proper backups of the server and the database...
View ArticleGrouping and Calculate Totals from one SharePoint List to another
You might be wondering how to summarize list items by grouping and summing them up together to another SharePoint List? Well it’s quite simple and you can achieve them just by using workflows created...
View ArticleHow to remove “Revert to template” message in Sharepoint
Are you annoyed with this message “The current page has been customized from its template. Revert to template” you get from SharePoint when you had made some modifications on the html code behind? Have...
View ArticleMake SharePoint 2010/2013 Mirroring Aware
To make your Sharepoint database reliable you need to mirror it, meaning what ever happens on SQL Server A will be mirrored or replicated on SQL Server B and it’s quite easy to achieve you just need...
View ArticleSimple Guide to Add Additional Web Servers for your existing SharePoint
Yesterday we showed you how to make your SharePoint server Fail-over aware now to complete the full High Availability for your SharePoint we will be adding additional Web Servers to your SharePoint...
View ArticleRemoving all “_layouts/15/start.aspx#/” in Sharepoint URL
Do you want to remove that ugly additional URL “_layouts/15/start.aspx#/” on your SharePoint web address? Before doing so do you really need to do it? Do you even know what does that URL mean? Well if...
View ArticleMoving a Sharepoint Sub Site to its own Site Collection in 3 easy steps
Moving a Sharepoint Sub Site to its own Site Collection why should I do that? Well there might be a lot of reasons on doing this but for me its more handing over the Site collection Administration to...
View ArticleHow to create an Editable Sharepoint Datasheet View with Content Approval...
Have you tried creating a Datasheet view in Sharepoint then suddenly found out that you can’t edit it even it says “View data in an editable spreadsheet format that is convenient for bulk editing and...
View ArticleMigrate SharePoint’s SQL Server to another SQL Server (same or new version)
This is a step by step guide on how you migrate your SharePoint’s (I used 2010 version in this instance) SQL Server to an new SQL Server host. In this exercise I tried migrating it in a new version of...
View ArticleLive Migration of SharePoint 2010 to SharePoint 2013
This post will give you a step by step process on how you upgrade your SharePoint 2010 to SharePoint 2013. While this is a live migration I suggest you do proper backups of the server and the database...
View ArticleUpdating a column in all rows in a Sharepoint List the easiest way
I have a large list in SharePoint where I was tasked to update a certain numeric field to add a certain amount based on a certain condition. This made me think as I never had done this before, first...
View Article