ASP.NET MVC redirect from asynchronous call

Posted by Idsa on Stack Overflow See other posts from Stack Overflow or by Idsa
Published on 2010-04-14T18:41:47Z Indexed on 2010/04/14 18:43 UTC
Read the original article Hit count: 443

Filed under:
|
|

I send asynchronous call using jQuery form plugin and in the case of success want to redirect user to some "success-page". Now my ASP.NET MVC action just returns some special "success-JSON" and the user is redirected using Javascript.

Is there any way to implement automatic redirect (without Javascript call)?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc