Copying List Items from Master List to sub sites
问题 I have a site which contains a custom list Master. I have a number of sub sites which contain copies of this list. When someone edits or adds a new list item to the master list, I would like all sub sites to be updated accordingly by an event handler which is associated with the master list. e.g. if item is added, add it to the list of each sub site if item is updated, update the appropriate list item of each sub site if item is deleted, delete the appropriate list item from each sub site I