Model Binding is a feature that simplifies controller actions by using the request data to create strongly typed objects.
1
vote
1answer
23 views
MVC4 WebAPI 's Model Binding | Media Type Formatters not binding?
I'm quite frustrated that I can't figure this out considering I've done some binding in the past with MVC2+3 I have a method as such:
[System.Web.Http.HttpPost]
public ResponseModel ...
0
votes
2answers
23 views
NancyFx binding a model to a dynamic type?
In Nancy, is there a way to bind the content of a POST request to a dynamic type?
For example:.
// sample POST data: { "Name": "TestName", "Value": "TestValue" }
// model class
public class MyClass ...
0
votes
0answers
25 views
KO (knockoutjs) data binding issue with IE
I've a strange problem which is specific to IE (I've checked multiple versions starting with IE8, 9 & 10), my model records are multiplied (i.e. if I've 2 records, it displays 2X2 = 4, if 3 then ...
1
vote
2answers
36 views
ASP.NET MVC - TryUpdateModel Not Working
This is my View:
@using (Html.BeginForm("Save", "Test", FormMethod.Post))
{
<label for="txtFirstName">First Name</label>
<input id="txtFirstName" type="text" />
<label ...
0
votes
0answers
20 views
MVC4 Text is missing on post and no exception is thrown
When I post text input into a multitext field if it contains a < followed by a ? the attrubute is null.
(I cannot even post the 2 together here as sentence is truncated from that point.)
...
0
votes
1answer
34 views
MVC ModelBinding cannot get the label text to bind to a string property
I'm trying to follow the pattern presented in the following post:
How does an asp.net MVC model generate input names?
and I've run into a problem. I've copied the code into my own application ...
0
votes
0answers
9 views
Web API: QueryString model binding rules with DataAnnotations
I'm becoming quite confused about how model binding, and specifically model validation occurs in Web API. The majority of my actions receive objects through POST requests, and my models have a ...
1
vote
2answers
28 views
MVC Multiple forms in PartialView returns null on postback for except the 1st one listed
Ok, I hope someone out there can help me out on this one (Thanks in advance!). I'm using MVC4.
My ContractsModel contains (among other things) a list of ContractModel(s). In my partial view, I ...
1
vote
2answers
58 views
+50
serialize form data saved in elmah log into model object
I have Elmah logging errors. Errors save full form post information. I can access these errors and their XML or JSON representation by URL. Some of the errors that I'd like to debug have a lot of ...
0
votes
0answers
37 views
MVC- How to bind a list of nested models?
Im having some trouble to bind a nested list in my model.
I have these models:
public class Ilha
{
public int ID { get; set; }
[Required]
[Display(Name = "Ilha")]
public string Nome ...
0
votes
2answers
119 views
HTML.Textarea Values in MVC Razor View
It is hard for me to clearly state the problem I am having. I am trying to understand how to retain values in form fields created in a loop after validation fails. I have a more complicated real ...
-1
votes
1answer
48 views
How to retain data in an object using modelbinding, retrieved from a repository, that isn't saved to the database?
The problem:
I have a series of questions (shown 1 by 1) that have to be answered by the user. At the end of the series, an overview is shown of the questions and their given answers. Everything ...
1
vote
1answer
40 views
List count empty when passing from view to model in ASP.Net MVC
Before I begin, I have looked at this question:
asp.net mvc model binding fails for <List> items in editor template
I have a model which looks as so:
public class PartnerListModel
{
...
0
votes
2answers
56 views
ASP.Net 4.5 Model Binding Sorting By Navigation Property
All,
I have a grid view that has the following columns. The paging work great, but not sorting. Everytime I click on the Category column to sort by category I would get this error:
Instance ...
0
votes
1answer
108 views
AngularJS: ng-repeat with key value - updating object
I am rendering key:value object array with ng-repeat like this:
<div ng-controller="mainCtrl">
<div ng-repeat="record in records">
<div ng-repeat="(key, value) in record">
...
0
votes
2answers
26 views
How to call the defaultmodelbinder to create an implementation of an interface?
I have an interface with some classes that implement it. I need to define a modelbinder for that interface, since I'm passing in a list of interface objects.
The defaultmodelbinder can bind the ...
0
votes
1answer
60 views
Web API calls with RestSharp - prepends application/json to body causing null parameter on action
I have a Web API service that I'm trying to access via the console using RestSharp. My RestSharp code looks like this:
RestClient client = new RestClient(baseUrlString);
...
0
votes
1answer
54 views
Is it possible to bind a list of complex json objects to a C# object using an ajax GET request?
public class Person
{
public int Id { get; set; }
public string Name { get; set; }
}
public ActionResult Test (List<Person> persons)
{
...
}
Javascript:
var person = { Name: ...
0
votes
1answer
24 views
Bind list of models as a property of model
I have a form which is sent to a controller in a strongly typed view.
The view is of a type "shitModel" which has a list of "shitType"
Model:
public class shitModel {
public string name;
...
0
votes
1answer
41 views
A Strongly Types Partial View which is dynamically model binded at runtime to 2 different model class
There is main RegisterModel calling nested HomeAddress and MailAddress model.
public class RegisterModel
{
Public string FirstName {get; set;}
Public string LastName {get; set;}
Public ...
0
votes
0answers
25 views
Dynatree as Observable Collection in asp.net mvc
I'm using dynatree with which I'm only using the nodes for:
icon
href
Based on certain conditions I need to change the icons of the nodes periodically(~10s).
If I use ,
dynatree.getTree()
...
1
vote
1answer
70 views
Asp.Net Web Api - attribute for not binding/formatting a parameter?
I have a method on an ApiController that looks like this:
public IEnumerable<Items> GetSlideSets() {
IServiceClass serviceClass = new ServiceClass();
//...
Yes, I am aware ...
0
votes
3answers
64 views
Display validation error when TimeSpan model binding exceptions occur
In an ASP.NET MVC 4 application I have a view model that contains a nullable TimeSpan property:
[DisplayName("My time")]
public TimeSpan? MyTime { get; set; }
It is bound to an input element in the ...
3
votes
3answers
237 views
WebAPI Model Binding from JSON
I am creating an application using Durandal, with WebAPI as the server. I have a KendoUI grid that displays the data from the server correctly and functions properly until the POST or PUT methods are ...
1
vote
3answers
96 views
Passing array of integers to webapi Method
I am trying to pass an array of int but I can not get the value in the webapi method
var postData = { "deletedIds": deletedIds };
$.ajax({
type: "DELETE",
traditional: true,
...
0
votes
1answer
65 views
Bind Textbox to model in MVC4
In my MVC application, I have specified two conditions based on the Model.Count to display the values in View.
View
@model IEnumerable<SampleECommerce.Models.DetailsModel>
@using ...
0
votes
1answer
29 views
URL-Encoded post parameters don't Bind to model
I have the following Model
namespace ClientAPI.Models {
public class Internal {
public class ReportRequest {
public DateTime StartTime;
public DateTime EndTime;
...
0
votes
1answer
91 views
Uploading multiple files in MVC as part of a model
Previously I was uploading multiple files independantly of my model like this:
MODEL:
public class PoliciesAddViewModel
{
public List<PackageTypeItemViewModel> PackageTypeItems { get; ...
0
votes
1answer
27 views
Cake low recursive and non working bindmodel()
I'm relatively new with Cake (2.3). In the cookbook and forum I can only find similar posts, but no one gives me a precise answer to the question. I just have a problem understanding and hope for your ...
0
votes
1answer
50 views
Model Binding Dot Properties
How do I avoid directly accessing the Request.Form collection when the names of the fields in the form are dot properties, because I've made a view model that contains multiple types.
Now I have this ...
0
votes
0answers
53 views
MVC Model binding JSON
I have a JS file that creates a JSON string that I stringify and post with AJAX call to the server, using Fiddler I can see the JSON is formatted correctly and my Action is called as it stops at the ...
0
votes
1answer
22 views
Binding public fields with ASP.NET MVC as well as public properties?
Obviously, ASP.NET MVC's binding functionality takes care of binding a model's public properties when passing it to a controller, so for instance in the following example, Surname and Email will be ...
2
votes
1answer
47 views
ASP.NET MVC: How does a controller distingush between parameters in the URL and sent by POST
I would like to better understand how a controler method knows when a parameter it recives should be retrived from the post data or the url.
Take the following example:
URL: ...
0
votes
1answer
35 views
View doesn't load values from model in form
I'm creating custom account handlers in my ASP.NET MVC 4 application. Everything seems to work, except for my managing page: when you open the page, the form textfields have red borders and there is ...
0
votes
1answer
17 views
missunderstanding mvc default binding
I have multiselect jquery plagin (Choosen) and when I use it in 'Multiple Select' mode I expect in controller next values:
posted string = 'value1,value2...'
really have
posted string = ...
1
vote
0answers
316 views
mvc 4 partial views with ajax model binding and validation summary not working
I have one page with 3 partial views. I need to obviously avoid id clashes. All three partial views and the main page have their own view model. In the main view a button click will update a div's ...
0
votes
1answer
32 views
View model not binding when posting form
When I submit my form, the values are not being bound to the view model. I can't see what I'm doing wrong. Does anyone see something in my code I'm missing.
Here's a portion of the View:
@model ...
0
votes
0answers
172 views
Mapping Dynamic Object Inside Complex MVC Model (MVC Model Binder Issue)
I have a dynamic object inside an object that that inside a strongly typed Model. Model looks like this:
public class MyModel
{
public Event Event{ get; set; }
}
The Event ...
0
votes
1answer
86 views
Unable to bind MVC model property to input element
I'm having trouble getting my model to bind to an input box created by a custom helper method. I wrapped a jquery ajax-driven autocomplete box with a helper method called "Html.AutoCompleteBoxAjax." ...
2
votes
1answer
357 views
ASP.NET MVC - Preserving invalid DateTime selection with 3 dropdown lists
I'm still fairly new to ASP.NET and MVC and despite days of googling and experimenting, I'm drawing a blank on the best way to solve this problem.
I wrote a BirthdayAttribute that I want to work ...
1
vote
0answers
23 views
Is there a way to debug the ModelBinding?
I am using ServiceStack and am having difficulty with one of my Request DTOs. One of the properties of type int is always coming through as 0 even though I can see it set correctly in the request.
...
0
votes
1answer
330 views
Asp mvc 4 model binding with post method
im looking for a way (if there's any) to make the model binding process to work with a List of objects, on a post method.
I can easily display the list. But when it comes to the user upload a "Bien" ...
1
vote
1answer
58 views
Posting a complex type from jquery to mvc
I have a complex type which looks like:
public class ReviewProcessLevelModel {
public int levelType;
public string user;
public string field;
...
0
votes
1answer
69 views
Nested JSON values not binding MVC
I have a game object in client side JavaScript that looks like this right before being sent to the server:
Here it is server side a second later, note all the properties are filled, and the ...
0
votes
1answer
89 views
Textarea not rendered for DataType.MultilineText
I have an EditItemTemplate within a ASP.NET 4.5 Web Forms FormView. I've set an ItemType on the FormView so I'm using DynamicControls to display and edit fields.
<asp:FormView runat="server" ...
0
votes
1answer
334 views
Register a custom model binder in MVC 4
In MVC 3, I created custom model binders by creating a new class that implemented Systen.Web.Mvc.IModelBinder, and then registered it inside Global.asax.cs and inside Application_Start() using ...
1
vote
0answers
95 views
Web Forms Model Binding Checkboxlist
I'm relatively new to .net development, so I'm not sure if I'm approaching this correctly.
Basically, I have a model called Games. A game can belong to multiple platforms, such as Windows. Simple ...
2
votes
2answers
109 views
ASP.NET MVC: Model binding half an object
I have a form to add a new user with a few checkboxes for user roles. I have a model in my action called User which has the following properties:
public string Username { get; set; }
public string ...
1
vote
2answers
165 views
MVC Model Binding subclass object property filled with a string array
I have a base view model with an Id property of type object (so I can have it be an int or a Guid) like so:
public abstract class BaseViewModel
{
public virtual object Id { get; set; }
}
And ...
1
vote
1answer
75 views
View Models and their effect on Model Binding in ASP.NET MVC?
I believe ViewModels are a good thing. I have just been trying to convert part of my application to use them. However I may have bumped into a side effect and that is their effect on Model Binding, in ...






