Has anyone implement RadioButtonListFor<T> for ASP.NET MVC?

Posted by Keltex on Stack Overflow See other posts from Stack Overflow or by Keltex
Published on 2010-03-25T02:52:55Z Indexed on 2010/03/25 2:53 UTC
Read the original article Hit count: 1066

There was an Html.RadioButtonList extension method in the ASP.NET MVC Futures before. Has anyone found a code for a strongly typed version RadioButtonListFor<T>. It would look like this in a view:

<%= Html.RadioButtonListFor(model=>model.Item,Model.ItemList) %>

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2

Related posts about asp.net-mvc