MVC & RadioButtonList
I tried doing this but this only display the radiobutton without text beside it.. <% foreach (string s in Html.RadioButtonList("rbl")) {%> <% =s %> <% } %> ...
I tried doing this but this only display the radiobutton without text beside it.. <% foreach (string s in Html.RadioButtonList("rbl")) {%> <% =s %> <% } %> ...
I have radio button list which has id as the value, I want to access the selected id in the jquery function. ...