I\'m trying to use model binding feature of asp.net 4.5. I\'m using Repeater control, seting ModelType property on it, but as soon as I run the application, I\'m getting par
It looks like the ModelType property got renamed to ItemType see http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.repeater.itemtype(v=vs.110).aspx for more info.