How to Set RadioButtonFor() in ASp.net MVC 2 as Checked by default
Posted
by coolguy97
on Stack Overflow
See other posts from Stack Overflow
or by coolguy97
Published on 2010-04-08T09:07:10Z
Indexed on
2010/04/08
9:13 UTC
Read the original article
Hit count: 1757
asp.net-mvc-2
|radiobuttonfor
hi, How can i Set RadioButtonFor() as Checked By Default
<%=Html.RadioButtonFor(m => m.Gender,"Male")%>
there is way out for (Html.RadioButton) but not for (Html.RadioButtonFor)
any Ideas?
© Stack Overflow or respective owner