Hello I would like to make redirection to other page after some process on server side in Page_Load event with Asp Net 4.5 syntax (ASYNC and TASK keywords).
I fount out this way something like this to start backed task (but this is possible in old asp .net as well): http://msdn.microsoft.com/en-us/library/system.web.ui.page.registerasynctask.aspx but as I remember if I will change content on page I can't make redirection with Response.Redirect.