I have a radiobuttonfor like this :
@Html.RadioButtonFor(model => model.bit_isactive_user, true) Active @Html.RadioButtonFor(model => model.bit_isactive_user, false) NotActive
Can some one help me to solve this. how to make checkboxlistfor check for true condition and uncheck for false condition. Thanks
Aucun commentaire:
Enregistrer un commentaire