↧
Re: Redirect to a new view after using Ajax call to a controller.
Use return RedirectToaction("Actionname","ContrllerName")Place this return RedirectToaction("Actionname","ContrllerName") in the Ajax action which u have implemented ActionName: Action name which u...
View ArticleRe: Redirect to a new view after using Ajax call to a controller.
ziaulrahman I want to invoke my HTTPPOST method and then redirect to a new viewInvoke via POST ( a submit button?) to an ACTION. In that action, makereturn View("~/ relative path to the new view .cshtml")
View ArticleRedirect to a new view after using Ajax call to a controller.
Hello.I am working with a JQGrid which has a edit image button. The edit Controller method is being invoked using a ajax call. The method gets invoked but it is not redirecting to a new view from the...
View Article