ASP.
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-4In 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 localdbIs 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-formatI 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-4I 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-4Anyone know of any step by step tutorials on how to upload/display images from a database using Entity Framework? …
image asp.net-mvc-4I have a link like this: <a href='Member/MemberHome/Profile/Id'><span>Profile</span&…
asp.net-mvc asp.net-mvc-4 razor partial-viewsI'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 owinI 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-routingI 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