Top "Asp.net-mvc-3-areas" questions

ASP.

How to set the textbox border color red when validation fails

I have got a task to set red color border for text box when the validation fails in .net mvc 4. …

jquery asp.net asp.net-mvc-4 asp.net-mvc-3-areas
A route named "x" is already in the route collection. Route names must be unique. Exception with ASP.NET MVC 3

I'm doing an ASP.NET MVC 3 web service and I keep getting this exception intermittently. Stack trace: Server Error in …

asp.net asp.net-mvc-3 asp.net-mvc-3-areas
mvc3 - using partial views in a different area

I have two questions regarding partial views... When to use Partial views vs @helper methods, i have used both interchangeably …

asp.net-mvc-3 razor asp.net-mvc-3-areas
MVC 3 does not look for views under Areas

I'm using multiple areas in MVC 3 and I'm having problems with my views not being found. The routing seems to …

c# asp.net asp.net-mvc-3 asp.net-mvc-3-areas
pass model from one action to another action in same controller

I am trying to pass my model List< Models.Statement > statementList from one action to another but i …

c# asp.net-mvc-3 model-view-controller asp.net-4.0 asp.net-mvc-3-areas
How to Show modal popup in mvc3?

I need to show details on the popup. I don't have any idea how to do this. I need to …

asp.net-mvc-3-areas
How to use MapRoute with Areas in MVC3

I've got an Area in my web app called "Admin". So, http://localhost.com/Admin goes to the Home Controller …

c# asp.net-mvc-3 asp.net-mvc-routing asp.net-mvc-3-areas
Different authentication mode for different areas

I have two portions of a website I am working on: one that uses normal forms authentication and another that …

c# .net asp.net-mvc-3 web-config asp.net-mvc-3-areas