I am quite new to SharePoint and have been working on this thing for a couple of days. I was able to somehow use ItemAdded event receiver but I want if I update List 1 then using ItemUpdated event receiver List 2 should also get updated. I am struggling with the coding part. How to link items in one list with another and then how to update.
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
Here is an example "ItemAdded" event -- your itemupdating event can work similar to this. In this example, any time a new item is added to my "Tasks" list, the event receiver adds a similar item to my "Skills and Abilities" list:
I also urge you to check out the sharepoint.stackexchange.com site for a focus on SharePoint. Good luck! |
|||
|