samedi 30 décembre 2017

How to create a CheckBoxFor with boolean data type in razor view MVC?

My RadiobuttonFor

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