How do you bind 2 radio buttons to a single model property in MVC using @Html.RadioButtonFor()
Bind radio button to single model preoperty in MVC3
2.2k views Asked by karan k At
1
How do you bind 2 radio buttons to a single model property in MVC using @Html.RadioButtonFor()
In your model:
In your view: