Radio button not being displayed
- by user281180
Im having the following code, however, I can see that the radio button isnt being diplayed. Only the label is being displayed. what is wrong with the code?
<%Html.RadioButton("Role", Role.User, true);%><%=Role.User%>