MVC RadioButtonList HTML Helper
The MVC framework does not come with a built-in RadioButtonList [http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.radiobuttonlist.aspx] comes standard in ASP.NET web forms. The MVC Futures assembly (which can be downloaded here [http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471]) does come with this HtmlHelper but there are some issues with it including the ones described here [http://elijahmanor.com/2009/03/25/ASPNETMVCHtmlRadioButtonListBlues.aspx] by...