ASP.NET MVC 4 is the fourth major version of the ASP.NET Model-View-Controller platform for web applications.

learn more… | top users | synonyms

0
votes
1answer
8 views

Should I use App_Themes or Content/themes in MVC4?

Up until now I had been using MVC3 for my apps but with the new update of Visual Studio 2012 I got MVC4. I migrated a few of my apps and now they are broken. I noticed that the new project template ...
0
votes
0answers
10 views

Add BeginCollectionItem namespace to web.config in View folder

In my ASP MVC 3 site, I am trying to use the BeginCollectionItem dll from Steve Sanderson's blog post. I have my partial view set up like so @model Monet.Models.DropDownValues @using ...
0
votes
0answers
31 views

How should I auto log someone away out of my site?

So I'm building a website in MVC4, and I have a series of services, of which I have built a into a dll which wraps all of the calls and automatically changes the xml into specified objects. So instead ...
0
votes
1answer
21 views

Rich Web UI development on Microsoft stack [closed]

I'm looking for the latest technologies, frameworks and libraries to develop my n-tier web application. Will employ MS-MVC 4 platform for that, but need a rich UI functionality (similar to the way its ...
0
votes
1answer
14 views

Naming conventions for view pages and setting controller action for view

I am unsure on how I should be naming my View pages, they are all CamelCase.cshtml, that when viewed in the browser look like "http://www.website.com/Home/CamelCase". When I am building outside of ...
0
votes
0answers
10 views

Adding Azure webrole instances does not affect MVC4 webservice throughput

I have a very simple MVC4 post action as part of Azure webrole: [HttpPost] public ActionResult Index(Request request) { return new JsonResult() { Data = "OK", ...
8
votes
2answers
92 views

What is the difference between @Html.ValueFor(x=>x.PropertyName) and @Model.PropertyName

@Html.ValueFor(x=>x.PropertyName) @Model.PropertyName It seems like these two Razor commands do the exact same thing. Is there any special circumstance or benefit of using one over the other?
0
votes
1answer
14 views

ExtJS store update to a MVC controller

When I call the sync method on a ExtJS store and there is one object to update, the proxy update method gets called with one object as parameter. If there are more objects to update, an array of ...
2
votes
1answer
22 views

Controller always receive null from json only a specify field

Hy folks! First: I've found these posts before start my question here: questions/11344035 - questions/15939944 - questions/9412449 - questions/9162359 - questions/1551263. Second: none of then ...
0
votes
1answer
18 views

mvc 4 connect to external web service

I am developing an asp.net application from scratch using mvc 4. One of the requirements that were given to me was to connect to a web service, and call 2 search methods from it, but they only ...
3
votes
2answers
51 views

Add data annotations to a class generated by entity framework

I have the following class generated by entity framework: public partial class ItemRequest { public int RequestId { get; set; } //... I would like to make this a required field [Required] ...
-1
votes
1answer
25 views

MVC4 Would it be wise to choose Unity as DI container just because it is from microsoft? Possible duplicate

Possible duplicate How to choose a DI container I believe everyone goes through this dilemma of choosing the right DI container. I read questions regarding this here but they are kind of outdated and ...
0
votes
0answers
11 views

How can I kick the user if I change IsConfirmed column?

I use ASP.NET SimpleMembership.. My scenario; The user login and then I change IsConfirmed column to false on webpages_Membership table.. And the user try to change page, the login page seems to the ...
0
votes
1answer
22 views

IIS Startup Behaviour flakey (Web API)

We have built our n-tier application using IIS to present a RESTful service using the Web API. Unfortunately when we launch our application view, or run the web site from the URL, sometimes it works, ...
0
votes
0answers
26 views

.Net MVC 4 Ajax Form Validation

I´m having a problem with a ajax form validation (as I´ve seen many people have, but after hours of searching, I still haven´t found a proper answer). The AJAX-post is ok, and I get the response I ...
0
votes
0answers
20 views

Displaying a specific property from a class in foreach in view

The concept that I have here is that I'm trying to display a list of dates with checkboxes next to them to allow a user to check which dates they want to save information about. Next to the dates ...
-2
votes
0answers
21 views

web api not called from other server of asp.net mvc 4

I am using asp.net web api of mvc 4 in my application. When I am calling that web api from my computer It is getting data $.getJSON("api/MyAction/?dt=" + dateString, function (data) ...
0
votes
1answer
14 views

Refresh div data on success method using jquery ajax

I am using jquery ajax. Ajax call is working fine but data inside div is not updating. OnSuccess it gets full page html :( View (MyDataView.cshtml): <div id="userGridDiv"> <a ...
0
votes
1answer
29 views

Ajax jquery popup data binding passing issue! MVC4

View page has a web grid and each grid row having more details has its row bonded with the primary key of the grid row. I have a buttons at top of this view, which help me perform some actions. Now on ...
-6
votes
2answers
17 views

ASP.NET MVC 4 Master Page

I'm creating an empty application in VS 2012 ASP.NET MVC 4 . How can I create a layout page or Masterpage ? I'm studying and practicing ASP.NET MVC4.
0
votes
0answers
11 views

Store data in session variable in asynchronous call

When a user logs on the website I'd like to make a web service call to an external service so I already have cached the data in a session variable when the user asks for it. The problem is that I ...
1
vote
3answers
31 views

Rendering LabelFor doesn't display the overwritten getter function

pardon me if this is a noob question but I have already searched on SO, google, and spend over an hour with an ASP.NET MVC 4 PRO book reading on Rendering Stronly Typed Helpers etc. I am just ...
0
votes
0answers
17 views

jquery ajax not working on ActionLink

Ajax is not working, I have tested by adding input button and it works for that but it does not work for ActionLink. I have added jquery bundle on my cshtml. I am using latest jquey version 2.0. This ...
0
votes
3answers
46 views

MVC Razor & AJAX paging

Is there a way in which I can construct a MVC page such that, if required, I can pull the contents of it without the entire HTML frame. I.e. I want to be able to, if required, pull just the contents ...
0
votes
0answers
30 views

Complex linq: Nested where statements JSON.net and linq

What I'm trying to accomplish is to select the dateTimeStart inside the ttSheduleDay. The JSON beneath is a node of one employee, the function receives three parameters an empUID, a date and a value ...
0
votes
0answers
9 views

Hoe to read Inline Shapes(Microsoft equation 3.0) from doc fie as XML?

I'm doing a project on online based examination system. Currently the questions are primarily added in a 2007 Word Document file. And these questions contain complex mathematical equations? I want to ...
0
votes
2answers
30 views

How to show message from resources with special characters?

I want to show messages in alerts from resources in mvc, which contains special characters too in which double quotes or single quotes also comes and it generate me jquery error of quotes if my alert ...
1
vote
1answer
23 views

Not getting SQL connection in IIS

I have developed my application in MVC4 and runs fine. but in server when i hosted, it fails. I moved my code to server there i added the edmx file and sql connection and am able to run it from VS. I ...
3
votes
1answer
48 views

How can I stop .net JSON serialization from referencing previous elements?

Im using MVC/Web API from MVC 4.5 to serve a JSON service. All works well until it is required to expose a large JSON result which has certain amounts of repeating data. For those that arent sure ...
1
vote
1answer
36 views

MVC4 Viewmodel always empty on [HttpPost]

I have a simple model as follows: public class MyRecordModel { public MyRecordModel() { } public string Name{ get; set; } public string Surname { get; set; } public string ...
0
votes
1answer
21 views

how to checked checkbox using view model

i try to make a simple project, that check the list of checkbox. my database is like this... ! i want to check my checkbox when hotel have the facilities... i have code like this... my controller ...
0
votes
0answers
13 views

Calling javascript code when the hybrid app is terminated

I have developed a hybrid app using PhoneGap,I am stuck with a problem.The app is terminate the sessions on my web app is not getting cleared on the server side.If i access the same website in the ...
0
votes
0answers
15 views

How Httphandler Reusable memory works?

I created a HttpHandler and following is the setting in the Web.config <add verb="*" path="*.png" type="MvcApplication1.Handler2"/> Isresuable = true in HttHandler Let's say, I have 20 users ...
0
votes
2answers
20 views

MVC4 in visual studio 2010 and visual studio 2012

What is the difference between using mvc4 in visual studio 2010 and mvc4 in visual studio 2012. I have a project created in mvc3 using visual studio 2010, now I need to move it to mvc4.So much ...
0
votes
0answers
18 views

ASP.NET MVC 4, Code First, View to Create/Edit Object with Many to Many Relationship

I have the model (code first) & database (SQL Server) setup with many to many relationship & seeding fine: A Place can have many tags (eg Restaurant, bar, cafe) - and tags can belong to many ...
2
votes
1answer
25 views

ASP.NET MVC4 Drop Down List in Create View For Model

I am trying to create a drop down list within my create view. For example, I want the drop down selection "AM" to map to the value "0" for the "Wednesday" property within my model. So far, I have this ...
0
votes
0answers
16 views

objectcontext disposed exception

Each user have a function (student, developer, actor ...), so each user in Users had int attribute which is a foreign key in Functions, and each function have multiple name in each culture, so ...
0
votes
0answers
11 views

Reponse with JSONP with .net MVC4 C#

I have a .net C# MVC4 application - my JS app can't parse the response. right now I use: var appXmlType = config.Formatters.XmlFormatter.SupportedMediaTypes.FirstOrDefault(t => t.MediaType == ...
0
votes
1answer
22 views

ASP.NET MVC, razor view, how to modify html on the fly like Glimpse?

I'm upgrading from .NET 2.0 to MVC 4. Back in .NET 2.0 webform, we had to inject license information on the fly to the footer of the software by override the "Render" function in .aspx.cs page (using ...
1
vote
2answers
24 views

How do I configure what happens when using Authorize(Roles) attribute?

I have an MVC4 project with simplemembership configured. It's all working etc. but I would like to know how to tell it wich controller/action to redirect to when a user is not authorized to view a ...
0
votes
0answers
8 views

high cpu in mvc4 app connecting to wcf

I have an asp.net MVC 4 application that calls a set of WCF services co located on the same server part of a load balanced environment. The server is 64 bit Server 2008 with 32gb of RAM, Xean 2.5Ghz. ...
0
votes
2answers
30 views

How to populate a @Html.DropDownList after selecting another @Html.DropDownList [duplicate]

DropDownList with some Categories loaded and i need to populate another @Html.DropDownList depending on the option selected on the 1st dropdown. This is the code I use to populate the 1st dropdown: ...
0
votes
1answer
9 views

Telerik Extensions for ASP.NET MVC Hide / Unhide various Grid Columns based on viewport width

I've got a rather wide (1200+px) Telerik Grid in Telerik Extensions for ASP.NET MVC in Razor Syntax and I want to be able to hide / unhide certain columns based on the width of the end user's viewport ...
0
votes
2answers
28 views

Null reference when using model value in the view

I am declaring my values in web.config <appSettings> <add key="SystemName" value="RealState Premium" /> <add key="SystemDescription" value="Sistema de Administração ...
1
vote
2answers
48 views

Dependency Inversion with compile time configured Dependency Injection in an ASP.NET MVC 4 Solution

I've been researching how to design a MVC 4 web solution that follows the Dependency Inversion Principle and utilizes a Dependency Injection (DI) container that is configured fluently (i.e. with ...
1
vote
1answer
16 views

How do I preseve an object type member inside an ASP.Net MVC view?

Here are my two classes: class Company { public int ID{ get; set; } public string CompanyName{ get; set; } } public class Division { public int ID{ get; set; } public string ...
0
votes
0answers
12 views

Using ExpandoObject with anonymous type

I've been using the ExpandoObject() workaround for anonymous types that has been discussed on this site. I am running into a problem though as my view won't compile. I have used the following ...
0
votes
1answer
20 views

Best way to set-up a config file to store parameters in asp net mvc 4

I am starting Asp Net MVC4 project and since I am comming from php development I am curious about what would it be the best way to set-up a configuration file to store parameters like system name, ...
1
vote
2answers
64 views

simple regex for a series of numbers and dots. N{3}.N{3}.N{3}.N{3}

I have an ASP.NET 4.0 MVC app in C# and I need to create a regex that will match N{3}.N{3}.N{3}.{N{3} where N{3} is any 1, 2, or 3 digits(0-9) e.g. 1.1.1.1 111.111.111.111 1.111.111.1 I ...
1
vote
1answer
40 views

Calling Function upon field change in MVC

I have a entity called WorkOrder which gets assigned to an Employee. I want send an email notification when the workorder has been asigned. This can happen on my MVC Create or Edit Action (POST). ...

1 2 3 4 5 193