Jithil John

Jithil John

  • NA
  • 935
  • 138.8k

To generate foreignkey using arrays in asp.net mvc

Apr 24 2015 6:21 AM
To generate foreignkey using arrays instead of ICollection in asp.net mvc ,

 like this - public virtual SelectListItem[] NationalityList { get; set; }


Answers (2)