Tag SharePoint

Joyful June 2011

June 2011 becomes my favorable month, couple of good things are happened during this month. One of that happens on June 5th in the form of my marriage which was a beautiful moment in my life, after a 4 long…

Updating SharePoint ListItems

There are two methods available to update the List Items on SPListItem Object. SPListItem.Update(); SPListItem.SystemUpdate(); SPListItem.Update() used to update all the values in SharePoint List Item including pre-defined hidden fields. If we modified the item, that will affects the Modified…