c# - redirect using itemreceiver sharepoint -
When a list item is added to a sharepop list, I want to redirect to a thank you page.
How can I do this in an item receiver?
I think you can redirect to item editing event. But I would generally not recommend using the event receiver for something like this. Create your new item ASPX page, add list item program when the user clicks the OK button. When a list item is to be added, you redirect from your custom ASPX page to the Welcome Page.
Comments
Post a Comment