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…

Export SPGridView to Excel spreadsheet in Sharepoint 2007

In my last post I have show you how to retrieve current user profile in Sharepoint 2007, before that I have also posted on how to display custom list items in SPGridView

Today I am going to work on how to export SPGridView items into Excel spreadsheet in Sharepoint 2007 Continue reading…

Retrieve current user profile in Sharepoint 2007

My last post was about Contact / Feedback webpart for Sharepoint 2007

In this post I am going to show you how to retrieve current user profile and show the properties like Title, First name, Last Name etc.
using Microsoft.Office.Server.UserProfiles.UserProfileManager() Continue reading…

Contact / Feedback webpart for Sharepoint 2007

On 12th November, 2009 I have published the Contact / Feedback webpart solution on to Codeplex

You can download the Contact / Feedback webpart from http://contact.codeplex.com/

Comments on this solution are very much appreciated 🙂

Thanks for looking into this

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…

Displaying Sharepoint Custom List items in SPGridView

Here is a simple SPGridView example, which displays rows from a Sharepoint Custom List.

Custom List

Custom List

Displaying custom list rows in SPGridView

Displaying custom list rows in SPGridView

Download complete source code 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…

WSS and MOSS Service Pack 2 released

Microsoft released WSS and MOSS Service Pack 2

Download WSS SP2

Download MOSS SP2

Announcing SharePoint Server 2010 Preliminary System Requirements

On May 11th, 2009 early morning Microsoft Sharepoint Team Blog announced the preliminary system requirements of Sharepoint Server 2010

To enjoy reading, please follow the link http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx

Lightbox enabled custom webpart, displays images from sharepoint picture library

Here is the simple Lightbox enabled custom webpart which displays the images from sharepoint picture library.

Lightbox enabled webpart

Lightbox enabled webpart

Instructions to use: Continue reading…