Sharepoint

Copy Sharepoint list items from one site to another programmatically

In my earlier post, I have show you how to Copy items from one list to another, using Sharepoint designer workflow now we learn how to copy list items from one Sharepoint site to another site programmatically

Before executing the code I have created two Sharepoint sites, first is http://fivenumber:5/ and the second Continue reading…

Copy Sharepoint document library files to another Sharepoint site very easily

In this post I am going to show how we can open a SharePoint site in windows explorer with the help of My Network Places available in Windows operating system (generally located on desktop)

The main advantage of this scenario is to copy document library files from one SharePoint site to another very easily Continue reading…

Sharepoint: Apply background color to custom list column based on other column value

Today we are going to learn how to apply the background color to a custom list column based on other column value, firstly, I tried this scenario using calculated formula column type but some javascript code is needed to render the background color based on calculated formula value,  so I did some research and come up with the best easy way….. Continue reading…