Radio button not being displayed

Posted by user281180 on Stack Overflow See other posts from Stack Overflow or by user281180
Published on 2010-04-19T06:00:20Z Indexed on 2010/04/19 6:03 UTC
Read the original article Hit count: 123

Filed under:

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%>

© Stack Overflow or respective owner

Related posts about mvc