I want change this example from MVC 2 to MVC 4 style with razor, but i cant
http://blog.stevensanderson.com/2010/01/28/editing-a-variable-length-list-aspnet-mvc-2-style/
[HttpPost]
public ActionResult Index(IEnumerable<gift> gifts)
{
// To do: do whatever you want with the data
}
gifts alway have null value
anyone fix for me
thanks and sorry my E not good!
Go to the complete details ...