asp.net mvc radioButtonFor in forEach
- by George
Does anyone know why this isn't working? any source code changes would be great.
<% foreach (var i in Model.talentImages) { %>
<div style="padding:15px;">
<img src="<%: i.uri %>" width="95" height="84" alt="" style="float:left; padding:0px 20px 0px 0px" />
…