Hi Alexander,
my viewmodel
public class SecondLevelLocationViewModel { public string CampanyCode { get; set; } [Display(Name="LocLevel1 Code")] [Required] public string location1code { get; set; } [Required] [Display(Name = "Location Code")] public string location2code { get; set; } public string locationCode { get; set; } [Required] public string Name { get; set; } [Required] [Display(Name="Short Name")] public string ShortName { get; set; } [ScaffoldColumn(false)] public string CreatedBy { get; set; } [ScaffoldColumn(false)] public DateTime CreatedDate { get; set; } [ScaffoldColumn(false)] public string ModifyBy { get; set; } [ScaffoldColumn(false)] public DateTime ModifyDate { get; set; } }y i am seeing this error?