0

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.

svick
  • 236,525
  • 50
  • 385
  • 514
Arbejdsglæde
  • 13,670
  • 26
  • 78
  • 144

1 Answers1

0

I have find out how to do it I need use handler and call in in js.

http://www.codeguru.com/csharp/.net/how-to-create-an-asynchronous-http-handler-in-asp.net-4.5.htm

http://forums.asp.net/t/1600144.aspx/1

Arbejdsglæde
  • 13,670
  • 26
  • 78
  • 144