<% foreach (string s in Html.RadioButtonList("rbl")) {%>
<% =s %>
<% } %>
RadioButtonList in MVC
I tried doing this but this only display the radiobutton without text beside it.
Can you answer this question?
Write Answer1 Answers