Browse by Tags

All Tags » Events (RSS)

SharePoint events: modify SPListItem fields with vars from the Session in the itemAdding or itemAdded events by Bas

Some time ago I tried to alter a field of a SPListItem right after the moment that the item has been created. A var was stored in the Session so it could be used on the newly created SPListItem (itemAdded). NOT. I figured out that the HttpContext isn't...