Modelbinding Failing VS2010 asp.net mvc2
- by Rob Ellis
The contactAddModel.Search always comes through as null - any ideas?
View declaration
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<rs30UserWeb.Models.StatusIndexModel>" %>
ViewModels
public class StatusIndexModel
{
public ContactAddModel contactAddModel;
…