Monday, March 3, 2014

unable to read lookup column value in itemadded() event handler - object reference error

Did you do DisableEventFiring before update() method call and EnableEventFiring after update() call?



this.DisableEventFiring();

//your code

item.Update();

this.EnableEventFiring();





Geetanjali Arora | My blogs |



No comments:

Post a Comment