How to retrieve form values from HTTPPOST, dictionary or?
I have an MVC controller that has this Action Method:
I have an MVC controller that has this Action Method:
Imagine a common scenario, this is a simpler version of what I’m coming across. I actually have a couple of layers of further nesting on mine….
I want to pass object in RedirectToAction. This is my code:
I’m working on a MVC3 web application. I want a list of categories shown when editing a blo from whe applications managements system. In my viewmodel i’ve got the following property defined for a list of selectlistitems for categories.
I hope that you can help me with the below problem.
I deployed my MVC-3 application on windows Azure. But now when I am requesting it through staging url it shows me (Sorry, an error occurred while processing your request.). Now I want to see the full error message, by default it is hiding that because of some security reasons. I know that we can do this through web.config file. But how?
I’m currently developing a site using ASP.Net MVC3 with Razor. Inside the “View/Shared” folder, I want to add a subfolder called “Partials” where I can place all of my partial views (for the sake of organizing the site better.
I need an implementation where I can get infinite parameters on my ASP.NET Controller. It will be better if I give you an example :
We are using NewRelic to provide server-side application traces.
I want to separate my MVC project into several projects