unable to nevigate to the action method in ASP.Net MVC with javascript

12 Views Asked by At

On dropdown change event in ASP.Net MVC 6 I am calling a Javascript function to call the action method but some how but I am getting the error as if the action does not exists.

enter image description here

URL

         window.location.href = "/QualStandard/Test?tableName=" + "table";
0

There are 0 best solutions below