Top "Asp.net-mvc-3" questions

ASP.

File Upload ASP.NET MVC 3.0

(Preface: this question is about ASP.NET MVC 3.0 which was released in 2011, it is not about ASP.NET Core 3.0 which …

c# asp.net-mvc asp.net-mvc-3
500.19 - Internal Server Error - The requested page cannot be accessed because the related configuration data for the page is invalid

Before everyone reads this, I just want to say that i know that there are related threads out there, but …

c# asp.net-mvc-3 iis-7
Using Ajax.BeginForm with ASP.NET MVC 3 Razor

Is there a tutorial or code example of using Ajax.BeginForm within Asp.net MVC 3 where unobtrusive validation and Ajax …

asp.net-mvc asp.net-mvc-3
Converting DateTime format using razor

What is wrong with the following? @Convert.ToDateTime((@item.Date.ToShortDateString())," dd - M - yy") @item.Date is showing 20/11/2005 12:00 …

asp.net-mvc-3 razor
Writing/outputting HTML strings unescaped

I've got safe/sanitized HTML saved in a DB table. How can I have this HTML content written out in …

asp.net-mvc asp.net-mvc-3 razor
The type or namespace name 'DbContext' could not be found

I am VERY new to ASP.NET MVC (3) and am having a hard time resolving a build error in Visual …

asp.net-mvc visual-studio-2010 asp.net-mvc-3 visual-studio entity-framework
Redirect to Action in another controller

I have two controllers, both called AccountController. One of them, lets call it Controller A, is in an Area called …

asp.net-mvc asp.net-mvc-3 c#-4.0 redirecttoaction
dropdownlist set selected value in MVC3 Razor

Here is my model: public class NewsCategoriesModel { public int NewsCategoriesID { get; set; } public string NewsCategoriesName { get; set; } } My controller: public …

asp.net-mvc-3 drop-down-menu razor selected
"Parser Error Message: Could not load type" in Global.asax

I'm working on an MVC3 project and receive the following error: Parser Error Message: Could not load type 'GodsCreationTaxidermy.MvcApplication'. …

asp.net asp.net-mvc-3