6
votes
4answers
2k views
ASP.NET MVC Html.RadioButton Exception
I haver a simple radio button list on my page that I render with the following in my view:
<label for="gender">Gender</label>
<%= Html.RadioButton("gen …
5
votes
ASP.NET MVC Html.RadioButton Exception
I just tried something that makes this work.
The problem does not occur if I do not do the validation step but of course I need the validation.
That gave me a clue for the solution.
The Va …
