0
votes

I'm using a WebPart to add more than one list item at a time.

And I also have an EventReceiver to handle ItemAdded event on this list. The problem is when the WebPart adding items, only first item's added item was caught by the EventReceiver.

Don't know the reason why. Can someone help me to explain this? Thanks.

I'm using SharePoint Online.

1

1 Answers

0
votes

Can You post some code of your event receiver? Maybe the reason is that there is some kind of error thrown. Since ItemAdded is run asynchronously, you won't get any visual notification of error (Except maybe some sandbox quota rising faster, since it's SharePoint Online.).