I was looking at this video (http://www.asp.net/web-forms/videos/aspnet-web-forms-vnext/aspnet-vnext-videos-strongly-typed-data-controls) and 55 secs into the video he types in a "ModelType" this is for strongly typed data, but I don't seem to have that on my repeaters, am I missing something here? I'm using Web Forms and .NET 4.5.
Asked
Active
Viewed 26 times
0
-
1Take a look here http://stackoverflow.com/questions/11153460/repeater-control-doesnt-have-public-property-modeltype – Tasos K. Jun 04 '15 at 12:21
-
Great, it has been renamed to ItemType. Thanks a bunch. – Nelson Pires Jun 04 '15 at 13:54