How can I open URL link to SharePoint list from EventHandler – ItemAdded ?
I tried: SPUtility.Redirect, properties.RedirectUrl but it doesn’t work, mayby I do something wrong. Please help.
Thanks,
Luk
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I dont know if you still having the same issue.
Anyways the following link might help someone.
http://www.sharepointkings.com/2008/06/redirection-from-event-handler.html
This page, however, does not properly explain how httpcontext works
Should keep in mind that class names must match in order to get httpcontext.
This code works for me.