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

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -