html.radiobuttonlist

MVC & RadioButtonList

I tried doing this but this only display the radiobutton without text beside it.. <% foreach (string s in Html.RadioButtonList("rbl")) {%> <% =s %> <% } %> ...

How to get the selected value of the radio button list in jquery?

I have radio button list which has id as the value, I want to access the selected id in the jquery function. ...