开发者

Radio button not being displayed

开发者 https://www.devze.com 2022-12-27 14:04 出处:网络
Im having the following code, however, I can see that the radio button isnt being diplayed.Only the开发者_StackOverflow社区 label is being displayed.what is wrong with the code?

Im having the following code, however, I can see that the radio button isnt being diplayed. Only the开发者_StackOverflow社区 label is being displayed. what is wrong with the code?

 <%Html.RadioButton("Role", Role.User, true);%><%=Role.User%>


Try

<%=Html.RadioButton("Role", Role.User, true);%><%=Role.User%>
0

精彩评论

暂无评论...
验证码 换一张
取 消