ASP.NET MVC redirect from asynchronous call
- by Idsa
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)?