Top "Asp.net-mvc-4" questions

ASP.

Getting Checkbox Value in ASP.NET MVC 4

I'm working on an ASP.NET MVC 4 app. This app has a basic form. The model for my form looks …

c# asp.net-mvc-4
ASP.NET 4.5 has not been registered on the Web server

In my Win 7 development machine, and in order to use SQL Express instance instead of the localDB installed by default. …

asp.net-mvc-4 iis-7.5 sql-server-express localdb
Display DateTime value in dd/mm/yyyy format in Asp.NET MVC

Is it possible to display a DateTime value in dd/mm/yyyy format with the help of HTML Helper methods …

asp.net-mvc asp.net-mvc-4 datetime datetime-format
How to make custom error pages work in ASP.NET MVC 4

I want a custom error page shown for 500, 404 and 403. Here's what I have done: Enabled custom errors in the web.…

asp.net asp.net-mvc asp.net-mvc-4
Execute Insert command and return inserted Id in Sql

I am inserting some values into a SQL table using C# in MVC 4. Actually, I want to insert values and …

c# sql sql-server asp.net-mvc-4
Uploading/Displaying Images in MVC 4

Anyone know of any step by step tutorials on how to upload/display images from a database using Entity Framework? …

image asp.net-mvc-4
How can I pass parameters to a partial view in mvc 4

I have a link like this: <a href='Member/MemberHome/Profile/Id'><span>Profile</span&…

asp.net-mvc asp.net-mvc-4 razor partial-views
OWIN Startup Class Missing

I'm getting this error as my project is not able to find the reference for OWIN startup class. I've even …

c# asp.net-mvc-4 visual-studio-2012 owin
How to correctly use Html.ActionLink with ASP.NET MVC 4 Areas

I recently discovered Areas in ASP.NET MVC 4, which I have successfully implemented, but I'm running into troubles with the @…

c# asp.net-mvc-4 razor asp.net-mvc-routing
How to add and get Header values in WebApi

I need to create a POST method in WebApi so I can send data from application to WebApi method. I'm …

c# asp.net-mvc asp.net-mvc-4 c#-4.0 asp.net-web-api