How to redirect a user to a custom page after adding a new List Item
This took me a while to figure out how to do this so I thought I’d share my experience.
Problem:
User needs to perform additional tasks after a new list item has been added to a list. I my case, I wanted the user to create a new list item of information that needed to be emailed to a certain group of people, based on what he/she selected in the new list item form.
Solution:
Create an Event Handler for the list and overriding the ‘ItemAdding’ method to:
(more…)
