how can i redirect to a page from sharepoint?
i have this within the itemadded event receiver for a list:
SPUtility.Redirect("http://mysite", SPRedirectFlags.Default, HttpContext.Current );
but on debugging HttpContext.Current is null so it doesnt do any redirect when a list item is added.