<input type="radio" id="rdoHalfDay" name="rdoHalfDay" value="Half Day" />
Above code only render radio button not text
I am using Firefox 9.0.1 also same problem in IE
<%=Html.RadioButton("rdoTest","Cricket") %>;
If I am using above code in Asp.net MVC 3 then below HTML generates that not shows text
<input id="rdot" type="radio" value="Cricket" name="rdot">