ASP.Net MVC 3 Controller Action and Open New Window
i have a controller and an action. this action is to save data into database. and now, i want when i submit a button, my controller do an action and open new window.
i have a controller and an action. this action is to save data into database. and now, i want when i submit a button, my controller do an action and open new window.
I’d like to fully localize my ASP.NET MVC application, and while there are many articles that deal with the various pitfalls of ASP.NET MVC localization, none of them deals with an aspect that I want to deal with, and that is the localization of URLs, including the controller names and actions.
I’m following this AngularJS+ASP.NET tutorial and they make use of $scope, but I’m trying to replace that dated usage with the new syntax controller as described in this question: “AngularJs “controller as” syntax – clarification?”