Tagged Questions

1
vote
2answers
41 views

Is IDataErrorInfo ignored during model validation in MVC 2?

I currently migrated my project to MVC 2 and IDataErrorInfo doesn't seem to work when using default model binding and validation. Is it cut out?
0
votes
0answers
14 views

Entity Framework error when submitting empty fields

VS 2010 Beta 2, .NET 4. In my ASP.NET MVC 2 application, when I submit a form to an action method that accepts an object created by the entity framework, I get the following error …
0
votes
0answers
25 views

Properly Updating in Entity Framework

I've recently switched my ASP.NET MVC app from Linq to Sql to Entity Framework (.NET 4). I'm having major issues with updating an object. My questions are: When does an entity …
0
votes
2answers
40 views

How to add a view for current user details in MVC?

MVC 2, so I do not know if it is different. I am trying to add a page so that when a user is logged in, they click on their username at the upper right of the page, and it takes th …
0
votes
1answer
14 views

ASP.NET MVC 2 Beta single-project Area registration getting HTTP 404

Hello everyone, I'm trying to get ASP.NET MVC 2 single-project area registration to work. Tried with Preview 2 and now with Beta version with no luck. I used the "Add area" dialog …
0
votes
2answers
70 views

ASP.NET MVC 2 Beta - Default Model Binder

I'm experiencing some different behavior after switching from ASP.NET MVC 1.0 to ASP.NET MVC 2 Beta. I checked the breaking changes but it's not clear where the issue lies. The pr …
0
votes
1answer
25 views

Html ValidationMessage not working since upgrade to ASP.NET MVC 2 Beta

I have an update controller action that checks validation. if (!ModelState.IsValid) return View(InitialiseModel(model)); My view uses UIHelpers: <%=Html.EditorForModel("MyMo …
0
votes
1answer
31 views

Why does not specifying view name cause my unit test to fail?

In my unit tests, I find that when I return from a controller action using View() with no view name, ViewResult.ViewName is set to string.Empty. In order for this to be set, it ha …
1
vote
2answers
70 views

Did Html.RenderAction make it into VS2010/ ASP.NET 4?

We are planning to use VS2010 later in the future, but currently working on 2008. Since the RenderAction is still a Future, we want to be sure it will be a "Production Quality" com …
0
votes
1answer
45 views

ASP.Net MVC 2.0 Html.HiddenFor HtmlHelper extension doesn’t return the Value.

We're trying to be type-safe in our views and use the new ExpressionInputExtenssion HtmlHelpers, but we are seeing some inconsistent results. We have a view that looks like this: …
0
votes
1answer
34 views

Html.EditorFor SelectList

With introduction of Html.EditorFor all just seams easier. All but one thing: EditorFor< SelectList> What would be the best way to make it work? What I need is either a checkbo …
0
votes
2answers
40 views

How To Deploy Web Application

We have an internal web system that handles the majority of our companies business. Hundreds of users use it throughout the day, it's very high priority and must always be running …
0
votes
2answers
40 views

Asp.net Mvc 2 DisplayFor Performance Issue?

Hi, In my recent project which is using Asp.net Mvc 2, we found that the DisplayFor has performance issue. I'm not so sure whether it is the real issue or did I miss something? I …
11
votes
2answers
718 views

ASP.net MVC v2 - Debugging Model Binding Issues - BUG?

Hi guys I am having more than a little difficulty trying to debug why MVC is not binding correctly in a given case I have... Basically, I have my action which receives a complex …
0
votes
3answers
41 views

MVC Templated Helper - DropDown

Using the templated helpers in MVC2.0 I ran into a dillema, how to get the items to fill a dropdownlist. I am using a [UIHint(BadgesDropDown)] attribute, but how will i get the lis …

1 2 3 4 5 next
15 30 50 per page