I have a web part that updates a list item. User can also update the item from the screen. I use SPListItem.Update method.
I have event handlers attached with the list.
In the item updated/updating method … is there a way to know whether the user has updated the listitem from the screen or from my web part?
Thanks.
Can you add a column to your list and updated the value in your code when the list is updated from the webpart.