I have read this article: http://www.sharepointkings.com/2008/06/redirection-from-event-handler.html , and i put this line in my code: SPUtility.Redirect("Event.aspx", SPRedirectFlags.Trusted, HttpContext.Current); But debuger show me that is no Context. It don't cnow what context it is.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
|||
|
|
|
Answer to your problem is in the same article: http://www.sharepointkings.com/2008/05/httpcontext-in-eventhandler.html. Save HttpContext to the field in the constructor of your event handler class.
|
|||||||||||
|