ASP.Net MVC Handling Segments with Route
I am new to ASP.Net MVC and facing a problem. Here it is.
I am new to ASP.Net MVC and facing a problem. Here it is.
I have the default Route in Global.asax:
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.