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